mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
run tokio-epoll-uring unit tests 60 times to ensure the problem is gone with mlock raised (~2h)
This commit is contained in:
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@@ -341,8 +341,8 @@ jobs:
|
||||
|
||||
- name: Run rust tests
|
||||
run: |
|
||||
for io_engine in std-fs tokio-epoll-uring ; do
|
||||
NEON_PAGESERVER_UNIT_TEST_VIRTUAL_FILE_IOENGINE=$io_engine ${cov_prefix} cargo nextest run $CARGO_FLAGS $CARGO_FEATURES
|
||||
for i in $(seq 1 60); do
|
||||
NEON_PAGESERVER_UNIT_TEST_VIRTUAL_FILE_IOENGINE=tokio-epoll-uring ${cov_prefix} cargo nextest run $CARGO_FLAGS $CARGO_FEATURES
|
||||
done
|
||||
|
||||
# Run separate tests for real S3
|
||||
|
||||
Reference in New Issue
Block a user