clean up ipc memory after each test run so that the walredo tests don't fail

This commit is contained in:
Christian Schwarz
2024-01-22 20:21:31 +01:00
parent 8a16fccad9
commit 298b3e62cf

View File

@@ -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