test_runner: ignore error in test_timeline_archival_chaos (#10161)

Resolves #10159.
This commit is contained in:
Erik Grinaker
2024-12-16 18:10:55 +01:00
committed by GitHub
parent 59b7ff8988
commit 28ccda0a63

View File

@@ -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.*",