Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storcon: return an error for drain attempts while paused (#9997)
## Problem We currently allow drain operations to proceed while the node policy is paused. ## Summary of changes Return a precondition failed error in such cases. The orchestrator is updated in neondatabase/infra#2544 to skip drain and fills if the pageserver is paused. Closes: #9907
- Loading branch information
68205c4
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.
7155 tests run: 6837 passed, 0 failed, 318 skipped (full report)
Flaky tests (5)
Postgres 17
test_prefetch[4]
: debug-x86-64Postgres 16
test_prefetch[4]
: release-x86-64Postgres 15
test_pull_timeline[True]
: release-x86-64Postgres 14
test_pull_timeline[True]
: release-x86-64, release-arm64Code coverage* (full report)
functions
:30.8% (8266 of 26844 functions)
lines
:47.8% (65174 of 136378 lines)
* collected from Rust tests only
68205c4 at 2024-12-04T11:30:26.288Z :recycle: