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

chore(backend): fix some more racy backend tests by not asserting on exact order #3247

Merged
merged 2 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. chore(backend): deflake ApproveProcessedDataEndpointTests using order…

    … independent helper
    
    I keep getting some flakes due to exact order requirements in tests.
    
    So I've now added a helper that makes it easy to test for accession versions being present in any order.
    
    Using this consistently in one test file where I've gotten a few flakes recently, but could probably be rolled out elsewhere as well.
    corneliusroemer committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d7e97e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81c273 View commit details
    Browse the repository at this point in the history