Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Make test_vm_bit_clear_on_heap_lock more robust again. (#6714)
When checking that the contents of the VM page in cache and in pageserver match, ignore the LSN on the page. It could be different, if the page was flushed from cache by a checkpoint, for example. Here's one such failure from the CI that this hopefully fixes: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-6687/7847132649/index.html#suites/8545ca7650e609b2963d4035816a356b/5f9018db15ef4408/ In the passing, also remove some log.infos from the loop. I added them while developing the tests, but now they're just noise.
- Loading branch information
428d9fe
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.
2514 tests run: 2385 passed, 0 failed, 129 skipped (full report)
Flaky tests (3)
Postgres 16
test_remote_timeline_client_calls_started_metric
: debugPostgres 15
test_wal_restore
: releasetest_wal_restore_initdb
: releaseCode coverage* (full report)
functions
:28.8% (6752 of 23411 functions)
lines
:47.6% (41030 of 86134 lines)
* collected from Rust tests only
428d9fe at 2024-02-21T13:47:17.975Z :recycle: