temp: log all layer loading errors while we lose them (#5816)

Temporary workaround while some errors are not being logged.

Cc: #5815.
This commit is contained in:
Joonas Koivunen
2023-11-09 23:31:53 +02:00
committed by GitHub
parent f95f001b8b
commit f5344fb85a
2 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ def test_local_corruption(neon_env_builder: NeonEnvBuilder):
".*will not become active. Current state: Broken.*",
".*failed to load metadata.*",
".*load failed.*load local timeline.*",
".*layer loading failed permanently: load layer: .*",
]
)