mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-02 04:50:38 +00:00
test: add missing allowed_error
This commit is contained in:
@@ -473,3 +473,6 @@ def test_delete_timeline_client_hangup(neon_env_builder: NeonEnvBuilder):
|
||||
pass
|
||||
|
||||
wait_until(50, 0.5, timeline_goes_away)
|
||||
env.pageserver.allowed_errors.append(
|
||||
f".*NotFound: Timeline {env.initial_tenant}/{child_timeline_id} was not found"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user