-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the replication slot in test_snap_files at the end of the test
Analysis of the LR benchmarking tests indicates that in the duration of test_subscriber_lag, a leftover 'slotter' replication slot can lead to retained WAL growing on the publisher. This replication slot is not used by any subscriber. The only purpose of the slot is to generate snapshot files for the puspose of test_snap_files. Signed-off-by: Tristan Partin <tristan@neon.tech>
- Loading branch information
1 parent
8cde37b
commit 49b599c
Showing
1 changed file
with
74 additions
and
43 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
49b599c
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.
5500 tests run: 5253 passed, 1 failed, 246 skipped (full report)
Failures on Postgres 16
test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64Flaky tests (3)
Postgres 16
test_isolation[None]
: release-arm64Postgres 15
test_cli_start_stop
: release-arm64test_isolation[None]
: release-arm64Code coverage* (full report)
functions
:31.8% (7889 of 24837 functions)
lines
:49.4% (62450 of 126362 lines)
* collected from Rust tests only
49b599c at 2024-11-14T18:57:07.752Z :recycle: