Files
neon/scripts
Christian Schwarz 2cf5a4c5ce CI: run tests with both Pageserver VirtualFile IO engines
- 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>
2024-01-24 16:08:32 +00:00
..