From c5ef779801f58b7faac96db123a1c4e3b6388678 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 27 Aug 2024 19:47:05 +0300 Subject: [PATCH] tests: Remove unnecessary entries from list of allowed errors (#8199) The "manual_gc" context was removed in commit be0c73f8e7. The code that generated the other error was removed in commit 9a6c0be823. --- test_runner/fixtures/pageserver/allowed_errors.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_runner/fixtures/pageserver/allowed_errors.py b/test_runner/fixtures/pageserver/allowed_errors.py index dff002bd4b..f8d9a51c91 100755 --- a/test_runner/fixtures/pageserver/allowed_errors.py +++ b/test_runner/fixtures/pageserver/allowed_errors.py @@ -52,9 +52,6 @@ DEFAULT_PAGESERVER_ALLOWED_ERRORS = ( ".*Error processing HTTP request: Forbidden", # intentional failpoints ".*failpoint ", - # FIXME: These need investigation - ".*manual_gc.*is_shutdown_requested\\(\\) called in an unexpected task or thread.*", - ".*tenant_list: timeline is not found in remote index while it is present in the tenants registry.*", # Tenant::delete_timeline() can cause any of the four following errors. # FIXME: we shouldn't be considering it an error: https://github.com/neondatabase/neon/issues/2946 ".*could not flush frozen layer.*queue is in state Stopped", # when schedule layer upload fails because queued got closed before compaction got killed