-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(backend): fix some more racy backend tests by not asserting on …
…exact order (#3247) * 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. * Deflake DeleteSequencesEndpointTests with order independent assertions
- Loading branch information
1 parent
341511d
commit 04e661b
Showing
3 changed files
with
41 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters