-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: real_s3 flakyness with rust tests (#5386)
Fixes #5072. See proof from #5072 (comment). Turns out multiple threads can get the same nanoseconds since epoch, so switch to using millis (for finding the prefix later on) and randomness via `thread_rng` (protect against adversial ci runners). Also changes the "per test looking alike" prefix to more "general" prefix.
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
16f0622
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.
2564 tests run: 2441 passed, 1 failed, 122 skipped (full report)
Failures on Postgres 15
test_delete_timeline_client_hangup
: debugFlaky tests (3)
Postgres 16
test_partial_evict_tenant
: releasetest_pg_regress
: releasePostgres 14
test_get_tenant_size_with_multiple_branches
: releaseTest coverage report is not available
16f0622 at 2023-09-26T15:40:35.181Z :recycle: