mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
clean up ipc memory after each test run so that the walredo tests don't fail
This commit is contained in:
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
@@ -344,6 +344,7 @@ jobs:
|
||||
for i in $(seq 1 60); do
|
||||
echo "TEST RUN iteration $i"
|
||||
NEON_PAGESERVER_UNIT_TEST_VIRTUAL_FILE_IOENGINE=tokio-epoll-uring ${cov_prefix} cargo nextest run $CARGO_FLAGS $CARGO_FEATURES || true
|
||||
ipcrm -a
|
||||
done
|
||||
exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user