From f9fcb176e8e91641a706d9a75181a20f5913cb2b Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 3 Apr 2025 13:52:03 +0200 Subject: [PATCH] tests: extend node offline allow list --- test_runner/fixtures/pageserver/allowed_errors.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/fixtures/pageserver/allowed_errors.py b/test_runner/fixtures/pageserver/allowed_errors.py index c1c5f470cc..b0ea13b495 100755 --- a/test_runner/fixtures/pageserver/allowed_errors.py +++ b/test_runner/fixtures/pageserver/allowed_errors.py @@ -118,6 +118,7 @@ DEFAULT_STORAGE_CONTROLLER_ALLOWED_ERRORS = [ # failing to connect to them. ".*Call to node.*management API.*failed.*receive body.*", ".*Call to node.*management API.*failed.*ReceiveBody.*", + ".*Call to node.*management API still failed after .+ retries, giving up.*", ".*Failed to update node .+ after heartbeat round.*error sending request for url.*", ".*background_reconcile: failed to fetch top tenants:.*client error \\(Connect\\).*", # Many tests will start up with a node offline