Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test): drop subscription when test completes (#6975)
This pull request mitigates #6969, but the longer-term problem is that we cannot properly stop Postgres if there is a subscription. --------- Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
5dc2088
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.
2567 tests run: 2433 passed, 0 failed, 134 skipped (full report)
Flaky tests (1)
Postgres 14
test_timeline_size_quota_on_startup
: releaseCode coverage* (full report)
functions
:28.8% (6992 of 24258 functions)
lines
:47.4% (43009 of 90698 lines)
* collected from Rust tests only
5dc2088 at 2024-03-06T16:43:53.825Z :recycle: