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
This commit is contained in:
Christian Schwarz
2022-11-22 03:57:48 -05:00
committed by Christian Schwarz
parent 74ec36a1bf
commit f50d0ec0c9

View File

@@ -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(