-
Notifications
You must be signed in to change notification settings - Fork 485
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for fixed storage broker issue (#9311)
Adds a test for the (now fixed) storage broker limit issue, see #9268 for the description and #9299 for the fix. Also fix a race condition with endpoint creation/starts running in parallel, leading to file not found errors.
- Loading branch information
Showing
2 changed files
with
48 additions
and
2 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
d92ff57
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.
5298 tests run: 5081 passed, 0 failed, 217 skipped (full report)
Flaky tests (2)
Postgres 16
test_subscriber_synchronous_commit
: release-arm64Postgres 14
test_timelines_parallel_endpoints
: release-x86-64Code coverage* (full report)
functions
:31.4% (7544 of 24027 functions)
lines
:49.2% (60345 of 122720 lines)
* collected from Rust tests only
d92ff57 at 2024-10-14T16:23:49.073Z :recycle: