mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
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:
@@ -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.*",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user