tests: update failpoint for restart test

This commit is contained in:
John Spray
2023-10-17 17:19:31 +01:00
parent f0577ccf9a
commit c8c375b565
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ def test_pageserver_restart(neon_env_builder: NeonEnvBuilder, generations: bool)
tenant_load_delay_ms = 5000
env.pageserver.stop()
env.pageserver.start(
extra_env_vars={"FAILPOINTS": f"before-loading-tenant=return({tenant_load_delay_ms})"}
extra_env_vars={"FAILPOINTS": f"before-attaching-tenant=return({tenant_load_delay_ms})"}
)
# Check that it's in Attaching state