Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable compatibility tests on Postgres 16 (#5314)
## Problem We didn't have a Postgres 16 snapshot of data to run compatibility tests on, but now we have it (since the release). ## Summary of changes - remove `@skip_on_postgres(PgVersion.V16, ...)` from compatibility tests
- Loading branch information
70b1798
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.
2552 tests run: 2428 passed, 0 failed, 124 skipped (full report)
Flaky tests (2)
Postgres 16
test_partial_evict_tenant
: debugtest_wal_lagging
: releaseCode coverage (full report)
functions
:53.0% (7753 of 14615 functions)
lines
:81.0% (45246 of 55832 lines)
70b1798 at 2023-09-18T12:42:34.731Z :recycle: