From 8a2b19f4679ddd0e42c5a9b5264d240047e3fb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arpad=20M=C3=BCller?= Date: Mon, 7 Apr 2025 18:52:54 +0200 Subject: [PATCH] Allow potential warning in test_storcon_create_delete_sk_down (#11466) Since merging #11400 and addition of `test_storcon_create_delete_sk_down`, we've seen an error occur multiple times. https://github.com/neondatabase/neon/pull/11400#issuecomment-2782528369 --- test_runner/regress/test_storage_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_runner/regress/test_storage_controller.py b/test_runner/regress/test_storage_controller.py index 097c187699..702f4eeccf 100644 --- a/test_runner/regress/test_storage_controller.py +++ b/test_runner/regress/test_storage_controller.py @@ -4109,6 +4109,7 @@ def test_storcon_create_delete_sk_down(neon_env_builder: NeonEnvBuilder, restart env.storage_controller.allowed_errors.extend( [ ".*Call to safekeeper.* management API still failed after.*", + ".*Call to safekeeper.* management API failed, will retry.*", ".*reconcile_one.*tenant_id={tenant_id}.*Call to safekeeper.* management API still failed after.*", ] )