tests: Remove obsolete allowlist entries

Commit 9a6c0be823 removed the code that printed these warnings:

    marking {} as locally complete, while it doesnt exist in remote index
    No timelines to attach received

Remove those warnings from all the allowlists in tests.
This commit is contained in:
Heikki Linnakangas
2024-02-10 11:10:48 +02:00
committed by Heikki Linnakangas
parent 241dcbf70c
commit d77583c86a
7 changed files with 0 additions and 42 deletions

View File

@@ -213,8 +213,6 @@ def test_tenant_relocation(
env.pageservers[0].allowed_errors.extend(
[
# FIXME: Is this expected?
".*init_tenant_mgr: marking .* as locally complete, while it doesnt exist in remote index.*",
# Needed for detach polling on the original pageserver
f".*NotFound: tenant {tenant_id}.*",
# We will dual-attach in this test, so stale generations are expected