mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 02:20:42 +00:00
test_runner: ignore error in test_timeline_archival_chaos (#10161)
Resolves #10159.
This commit is contained in:
@@ -426,6 +426,7 @@ def test_timeline_archival_chaos(neon_env_builder: NeonEnvBuilder):
|
||||
[
|
||||
".*removing local file.*because it has unexpected length.*",
|
||||
".*__temp.*",
|
||||
".*method=POST path=\\S+/timeline .*: Not activating a Stopping timeline.*",
|
||||
# FIXME: there are still anyhow::Error paths in timeline creation/deletion which
|
||||
# generate 500 results when called during shutdown (https://github.com/neondatabase/neon/issues/9768)
|
||||
".*InternalServerError.*",
|
||||
|
||||
Reference in New Issue
Block a user