mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 01:20:38 +00:00
added page server warning message exclusion
This commit is contained in:
@@ -748,9 +748,10 @@ def test_metrics_while_ignoring_broken_tenant_and_reloading(
|
||||
env = neon_env_builder.init_start()
|
||||
|
||||
client = env.pageserver.http_client()
|
||||
env.pageserver.allowed_errors.append(
|
||||
r".* Changing Active tenant to Broken state, reason: broken from test"
|
||||
)
|
||||
env.pageserver.allowed_errors.append([
|
||||
r".* Changing Active tenant to Broken state, reason: broken from test",
|
||||
".*Dropped remote consistent LSN updates for tenant *."
|
||||
])
|
||||
|
||||
def only_int(samples: List[Sample]) -> Optional[int]:
|
||||
if len(samples) == 1:
|
||||
|
||||
Reference in New Issue
Block a user