From f50d0ec0c9fe4f008df4408ec409e644e865f485 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 22 Nov 2022 03:57:48 -0500 Subject: [PATCH] test_runner: ignore 'sender is dropped while join handle is still alive' warnings The need for a proper solution to this is tracked in https://github.com/neondatabase/neon/issues/2885 --- test_runner/fixtures/neon_fixtures.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_runner/fixtures/neon_fixtures.py b/test_runner/fixtures/neon_fixtures.py index 98115ff7ce..ffb1df6701 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -1761,6 +1761,8 @@ class NeonPageserver(PgProtocol): ".*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.*", ".*Removing intermediate uninit mark file.*", + # FIXME: known race condition in TaskHandle: https://github.com/neondatabase/neon/issues/2885 + ".*sender is dropped while join handle is still alive.*", ] def start(