Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Make neon_xlogflush() flush all WAL, if you omit the LSN arg (#…
…8215) This makes it much more convenient to use in the common case that you want to flush all the WAL. (Passing pg_current_wal_insert_lsn() as the argument doesn't work for the same reasons as explained in the comments: we need to be back off to the beginning of a page if the previous record ended at page boundary.) I plan to use this to fix the issue that Arseny Sher called out at #7288 (comment)
- Loading branch information
0789160
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.
3088 tests run: 2964 passed, 0 failed, 124 skipped (full report)
Flaky tests (2)
Postgres 15
test_subscriber_restart
: releasePostgres 14
test_subscriber_restart
: releaseCode coverage* (full report)
functions
:32.7% (6915 of 21149 functions)
lines
:50.0% (54204 of 108321 lines)
* collected from Rust tests only
0789160 at 2024-07-01T17:24:32.282Z :recycle: