-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-5413 Handle flaky tests #2395
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
Merged
Merged
Changes from 39 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
82a6392
PYTHON-5413 Handle flaky tests
blink1073 c30c898
clean up flaky test handling
blink1073 a8a1dd2
debug
blink1073 c6ce564
fix usage
blink1073 45efac9
increase retries for csot
blink1073 b83f9ba
try again
blink1073 7a316f7
try 3 times for csot
blink1073 6184475
use tailored list of skips
blink1073 c36dd26
fix skip handling
blink1073 85bc62d
fix skip
blink1073 35a3300
fix skips
blink1073 3ba3720
fix skips
blink1073 08e7324
handle more flakiness
blink1073 3cace1a
fix flaky test setup
blink1073 b2ddcc0
fix flaky test setup
blink1073 ae4e571
fix flaky test
blink1073 54fe7c2
fix flaky test
blink1073 ad91418
skip test on pypy
blink1073 da6c68a
fix skip
blink1073 89de6b2
fix skip
blink1073 5f1bbc6
add another skip
blink1073 22b8373
fix teardown
blink1073 78bcd99
add more retries
blink1073 ebcf174
add comment
blink1073 11dfd73
Skip test on Windows
blink1073 29e55c5
handle PYTHON-3689
blink1073 15ae713
fix import
blink1073 9d8759e
skip more tests
blink1073 9065639
more cleanup
blink1073 b40dc2c
skip more tests
blink1073 7e29849
fix skip
blink1073 e7da55b
cleanup
blink1073 5430ee2
add a required reason parameter
blink1073 a1965e5
fix test
blink1073 3feed33
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 36d1aa7
fix skip condition
blink1073 8a5dc60
Merge branch 'master' of github.com:mongodb/mongo-python-driver into …
blink1073 3fa57c2
add another win skip
blink1073 771bde9
add pypy skips
blink1073 4550db2
address review
blink1073 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we do this only in Evergreen CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated this and added logic/docs around enabling and disabling the flaky decorator.