mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 14:40:37 +00:00
test: allow one more shutdown reason
I cannot see how there could be more.
This commit is contained in:
@@ -669,7 +669,7 @@ def test_synthetic_size_while_deleting(neon_env_builder: NeonEnvBuilder):
|
||||
client.configure_failpoints((failpoint, "off"))
|
||||
|
||||
# accept both, because the deletion might still complete before
|
||||
matcher = "(Failed to refresh gc_info before gathering inputs|NotFound: tenant)"
|
||||
matcher = "(Failed to refresh gc_info before gathering inputs|NotFound: tenant|Conflict: will not become active. Current state: Stopping)"
|
||||
with pytest.raises(PageserverApiException, match=matcher):
|
||||
completion.result()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user