-
Notifications
You must be signed in to change notification settings - Fork 41
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
aggregator: fix flakiness of tests that uses the snapshotter and simplify http server tests #2243
aggregator: fix flakiness of tests that uses the snapshotter and simplify http server tests #2243
Conversation
…ters Before the module and name params had to be of the same type (str if str, string if string, ...) now we can mixed them (ie str for module and string for name). Co-authored-by: Damien Lachaume <[email protected]>
Calling `set_sub_temp_dir` would always remove the parent directory of the subdirectory that the caller asked to create, leading to flakiness as if two tests called it they could remove data from each others.
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.
clippy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Test Results 4 files ±0 52 suites ±0 10m 18s ⏱️ -1s Results for commit a456b7f. ± Comparison against base commit c54bf77. This pull request removes 1 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
…ver base path Co-authored-by: Damien Lachaume <[email protected]>
5022f7c
to
2387c7f
Compare
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.
LGTM
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.
LGTM 👍
* mithril-aggregator from `0.6.17` to `0.6.18` * mithril-common from `0.4.106` to `0.4.107`
Content
This PR includes:
snapshotter
archive verification introduced in ca3f524.SERVER_BASE_PATH
as the tests don't need it.Pre-submit checklist