mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-03 20:20:38 +00:00
Tests use an extremely small page cache. This is very likely to trigger the indefinitely retrying loop mentioned in the comment above the changed line. It's easier to debug the tests if we bail out and fail. I also tried panicking, but, that wasn't as helpful as bailing out, in my experience.