Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_runner: use immediate shutdown in
test_sharded_ingest
(#9984)
## Problem `test_sharded_ingest` ingests a lot of data, which can cause shutdown to be slow e.g. due to local "S3 uploads" or compactions. This can cause test flakes during teardown. Resolves #9740. ## Summary of changes Perform an immediate shutdown of the cluster.
- Loading branch information
bbe4dfa
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.
7144 tests run: 6826 passed, 0 failed, 318 skipped (full report)
Flaky tests (3)
Postgres 17
test_idle_checkpoints
: debug-x86-64Postgres 14
test_prefetch[4]
: release-arm64test_wal_restore_initdb
: release-arm64Code coverage* (full report)
functions
:30.7% (8254 of 26897 functions)
lines
:47.7% (65160 of 136542 lines)
* collected from Rust tests only
bbe4dfa at 2024-12-03T16:40:25.075Z :recycle: