tests: use restart helper in test_delete_tenant_exercise_crash_safety_failpoints

This commit is contained in:
John Spray
2023-10-18 08:21:26 +01:00
parent 89756bca22
commit 2a77f6d61d

View File

@@ -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",