Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: adjust threshold in test_partial_evict_tenant (#8509)
## Problem This test was destabilized by #8431. The threshold is arbitrary & failures are still quite close to it. At a high level the test is asserting "eviction was approximately fair to these tenants", which appears to still be the case when the abs diff between ratios is slightly higher at ~0.6-0.7. ## Summary of changes - Change threshold from 0.06 to 0.065. Based on the last ~10 failures that should be sufficient.
- Loading branch information
775c0c8
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.
3132 tests run: 3009 passed, 2 failed, 121 skipped (full report)
Failures on Postgres 15
test_slow_secondary_downloads[True]
: releaseFailures on Postgres 14
test_pageserver_lsn_wait_error_safekeeper_stop
: debugFlaky tests (1)
Postgres 14
test_sharding_split_compaction[compact-shard-ancestors-localonly]
: debugTest coverage report is not available
775c0c8 at 2024-07-25T14:45:01.046Z :recycle: