mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-21 13:38:33 +00:00
f011af063d
I've seen a few test failures with error:
pageserver stop failed: pageserver with pid 115851 did not stop in 10 seconds
These have all been with tests that use real S3. Pageserver shutdown
waits for all in-memory layers to be flush to disk and uploaded to
remote storage, so I think it's reasonable that that might take longer
than 10 s if there's some kind of a network hiccup.