Compare commits

...

1 Commits

Author SHA1 Message Date
Joonas Koivunen
caa9d07eea chore: dube no longer starts before tenants load
it was implemented in #4366.
2023-05-30 18:32:57 +03:00

View File

@@ -118,11 +118,6 @@ class EvictionEnv:
wait_until(10, 1, statvfs_called)
# these can sometimes happen during startup before any tenants have been
# loaded, so nothing can be evicted, we just wait for next iteration which
# is able to evict.
self.neon_env.pageserver.allowed_errors.append(".*WARN.* disk usage still high.*")
@pytest.fixture
def eviction_env(request, neon_env_builder: NeonEnvBuilder, pg_bin: PgBin) -> EvictionEnv: