From 89756bca223406607cbfd8a1a75229501f91bcc7 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 18 Oct 2023 08:15:51 +0100 Subject: [PATCH] tests: allow log in test_non_uploaded_root_timeline_is_deleted_after_restart --- test_runner/regress/test_branching.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/regress/test_branching.py b/test_runner/regress/test_branching.py index 581b05cca2..c4f743204e 100644 --- a/test_runner/regress/test_branching.py +++ b/test_runner/regress/test_branching.py @@ -337,6 +337,8 @@ def test_non_uploaded_root_timeline_is_deleted_after_restart(neon_env_builder: N [ ".*request{method=POST path=/v1/tenant/.*/timeline request_id=.*}: request was dropped before completing.*", ".*Failed to load index_part from remote storage.*", + # On a fast restart, there may be an initdb still running in a basebackup...__temp directory + ".*Failed to purge.*Directory not empty.*", ] ) ps_http = env.pageserver.http_client()