test: use vectored impl for singular gets in tests

This commit is contained in:
Vlad Lazar
2024-04-17 11:00:52 +01:00
parent d45eca992f
commit e489fd7a1d
4 changed files with 17 additions and 0 deletions

View File

@@ -477,6 +477,7 @@ jobs:
BUILD_TAG: ${{ needs.tag.outputs.build-tag }}
PAGESERVER_VIRTUAL_FILE_IO_ENGINE: tokio-epoll-uring
PAGESERVER_GET_VECTORED_IMPL: vectored
PAGESERVER_GET_IMPL: vectored
# Temporary disable this step until we figure out why it's so flaky
# Ref https://github.com/neondatabase/neon/issues/4540