Merge branch 'problame/hung-shutdown/demo-hypothesis' into problame/hung-shutdown/fix

This commit is contained in:
Christian Schwarz
2025-01-15 00:25:11 +01:00

View File

@@ -48,7 +48,7 @@ def test_slow_flush(neon_env_builder: NeonEnvBuilder, neon_binpath: Path, kind:
"assuming pageserver connection handle is in a state where TCP has backpressured pageserver=>client response flush() into userspace"
)
if kind == "pageserver":
if kind == "pageserver-stop":
log.info("try to shut down the pageserver cleanly")
env.pageserver.stop()
elif kind == "tenant-detach":