From 4c80c8c1abdc2b69e30f79bd08dae11105c1f828 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Mon, 21 Aug 2023 13:54:41 +0300 Subject: [PATCH] test: fix changed string (no more remote layer remote) this should be the only one: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-4938/5922954346/index.html#suites/7745dadbd815ab87f5798aa881796f47/96ce406b6d6a7427 --- test_runner/regress/test_attach_tenant_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_attach_tenant_config.py b/test_runner/regress/test_attach_tenant_config.py index bc6afa84a1..b155ff2548 100644 --- a/test_runner/regress/test_attach_tenant_config.py +++ b/test_runner/regress/test_attach_tenant_config.py @@ -22,7 +22,7 @@ def positive_env(neon_env_builder: NeonEnvBuilder) -> NeonEnv: # eviction might be the first one after an attach to access the layers env.pageserver.allowed_errors.append( - ".*unexpectedly on-demand downloading remote layer remote.* for task kind Eviction" + ".*unexpectedly on-demand downloading remote layer .* for task kind Eviction" ) assert isinstance(env.remote_storage, LocalFsStorage) return env