mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
- control via env var PAGESERVER_VIRTUAL_FILE_IO_ENGINE - if an io engine other than std-fs is used, it shows up in the test name; this is so that we can continue to use the flaky tests database - raise memlock limit & while at it also raise shmem limit for the Rust tests. It's need on our older runners that use an older 5.10.X LTS kernel, where io_uring SQ and CQ still counted towards the rlimit, see https://github.com/neondatabase/neon/issues/6373#issuecomment-1905814391 for details. Co-authored-by: Alexander Bayandin <alexander@neon.tech>