Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not suspend compute if autovacuum is active (#6322)
## Problem Se.e https://github.com/orgs/neondatabase/projects/49/views/13?pane=issue&itemId=48282912 ## Summary of changes Do not suspend compute if there are active auto vacuum workers ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist --------- Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>
- Loading branch information
31a4eb4
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.
2318 tests run: 2229 passed, 0 failed, 89 skipped (full report)
Flaky tests (4)
Postgres 16
test_lfc_resize
: debugtest_pageserver_restarts_under_worload
: debugPostgres 15
test_emergency_mode
: releasetest_pageserver_catchup_while_compute_down
: debugCode coverage (full report)
functions
:54.6% (10207 of 18705 functions)
lines
:81.4% (58631 of 72018 lines)
31a4eb4 at 2024-01-14T08:12:36.623Z :recycle: