test: allow vectored get validation failure during shutdown (#7716)

Per [evidence] the timeline ancestor detach tests can panic while
shutting down on vectored get validation. Allow the error because tenant
is restarted twice in the test.

[evidence]:
https://neon-github-public-dev.s3.amazonaws.com/reports/pr-7708/9058185709/index.html#suites/a1c2be32556270764423c495fad75d47/d444f7e5c0a18ce9
This commit is contained in:
Joonas Koivunen
2024-05-13 12:21:49 +03:00
committed by GitHub
parent 216fc5ba7b
commit 1a1d527875

View File

@@ -58,6 +58,8 @@ class Branchpoint(str, enum.Enum):
SHUTDOWN_ALLOWED_ERRORS = [
".*initial size calculation failed: downloading failed, possibly for shutdown",
".*failed to freeze and flush: cannot flush frozen layers when flush_loop is not running, state is Exited",
".*logical_size_calculation_task:panic.*: Sequential get failed with Bad state \\(not active\\).*",
".*Task 'initial size calculation' .* panicked.*",
]