-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test): add version check for forward compat test (#7685)
A test for #7684. This pull request checks if the pageserver version we specified is the one actually running by comparing the git hash in forward compatibility tests. --------- Signed-off-by: Alex Chi Z <chi@neon.tech>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 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
30d15ad
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.
3141 tests run: 3001 passed, 0 failed, 140 skipped (full report)
Flaky tests (2)
Postgres 16
test_crafted_wal_end[wal_record_crossing_segment_followed_by_small_one]
: debugPostgres 15
test_vm_bit_clear_on_heap_lock
: debugCode coverage* (full report)
functions
:31.4% (6338 of 20189 functions)
lines
:47.3% (47941 of 101250 lines)
* collected from Rust tests only
30d15ad at 2024-05-14T16:01:10.244Z :recycle: