From bfd45dd6713a2e9038954cf0368b1a082937b045 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Tue, 25 Apr 2023 18:41:09 +0300 Subject: [PATCH] test_tenant_config: allow ERROR from eviction task (#4074) --- test_runner/regress/test_tenant_conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/regress/test_tenant_conf.py b/test_runner/regress/test_tenant_conf.py index b83bd5fc99..8677a554f7 100644 --- a/test_runner/regress/test_tenant_conf.py +++ b/test_runner/regress/test_tenant_conf.py @@ -27,6 +27,8 @@ eviction_policy = { "kind" = "LayerAccessThreshold", period = "20s", threshold = """ env = neon_env_builder.init_start() + # we configure eviction but no remote storage, there might be error lines + env.pageserver.allowed_errors.append(".* no remote storage configured, cannot evict layers .*") http_client = env.pageserver.http_client() # Check that we raise on misspelled configs