mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-03 20:20:38 +00:00
tests: use restart helper in test_delete_tenant_exercise_crash_safety_failpoints
This commit is contained in:
@@ -241,8 +241,7 @@ def test_delete_tenant_exercise_crash_safety_failpoints(
|
||||
assert reason.endswith(f"failpoint: {failpoint}"), reason
|
||||
|
||||
if check is Check.RETRY_WITH_RESTART:
|
||||
env.pageserver.stop()
|
||||
env.pageserver.start()
|
||||
env.pageserver.restart()
|
||||
|
||||
if failpoint in (
|
||||
"tenant-delete-before-shutdown",
|
||||
|
||||
Reference in New Issue
Block a user