mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 21:12:55 +00:00
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:
committed by
Christian Schwarz
parent
74ec36a1bf
commit
f50d0ec0c9
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user