Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: allow no vectored gets happening (#7939)
when running the regress tests locally without any environment variables we use on CI, `test_pageserver_compaction_smoke` fails with division by zero. fix it temporarily by allowing no vectored read happening. to be cleaned when vectored get validation gets removed and the default value can be changed. Cc: #7381
- Loading branch information
34f450c
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.
3244 tests run: 3093 passed, 0 failed, 151 skipped (full report)
Flaky tests (1)
Postgres 16
test_timeline_deletion_with_files_stuck_in_upload_queue
: debugCode coverage* (full report)
functions
:31.4% (6532 of 20798 functions)
lines
:48.3% (50419 of 104319 lines)
* collected from Rust tests only
34f450c at 2024-06-03T15:00:05.856Z :recycle: