Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework storage tests to test both encoding formats #1052

Merged
merged 5 commits into from
Jun 20, 2024

Commits on Jun 17, 2024

  1. Rework storage tests to test both encoding formats

    Fix tests failing if the default encoding is switched to legacy in the
    code; make the tests not rely on what the coded default is.
    
    Signed-off-by: J Robert Ray <jrray@jrray.org>
    jrray committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eb783fe View commit details
    Browse the repository at this point in the history
  2. Expand matrix testing to more tests

    These other tests are subject to spurious failures if run concurrently
    with the tests that change the encoding format. Now they can test for
    correct behavior for both digest strategies.
    
    Signed-off-by: J Robert Ray <jrray@jrray.org>
    jrray committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1897684 View commit details
    Browse the repository at this point in the history
  3. Shore up more spurious test failures

    Related to concurrent tests and config changing.
    
    Signed-off-by: J Robert Ray <jrray@jrray.org>
    jrray committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    94d05bd View commit details
    Browse the repository at this point in the history
  4. Serialize more tests sensitive to config changes

    Signed-off-by: J Robert Ray <jrray@jrray.org>
    jrray committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    11a027e View commit details
    Browse the repository at this point in the history
  5. More test serialization

    Signed-off-by: J Robert Ray <jrray@jrray.org>
    jrray committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a704938 View commit details
    Browse the repository at this point in the history