From 6a6b0cea2b42b9eed964b47e4cdfd250e273b79e Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 4 Sep 2025 19:17:46 +0300 Subject: [PATCH] antithesis: Add io_uring stress test --- Dockerfile.antithesis | 1 + antithesis-tests/stress-io_uring/singleton_driver_stress.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 antithesis-tests/stress-io_uring/singleton_driver_stress.sh diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index 3c4a1b2f9..05184d727 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -110,6 +110,7 @@ WORKDIR /app COPY ./antithesis-tests/bank-test/*.py /opt/antithesis/test/v1/bank-test/ COPY ./antithesis-tests/stress-composer/*.py /opt/antithesis/test/v1/stress-composer/ COPY ./antithesis-tests/stress /opt/antithesis/test/v1/stress +COPY ./antithesis-tests/stress-io_uring /opt/antithesis/test/v1/stress-io_uring COPY ./antithesis-tests/stress-unreliable /opt/antithesis/test/v1/stress-unreliable RUN chmod 777 -R /opt/antithesis/test/v1 diff --git a/antithesis-tests/stress-io_uring/singleton_driver_stress.sh b/antithesis-tests/stress-io_uring/singleton_driver_stress.sh new file mode 100755 index 000000000..87e0d09a0 --- /dev/null +++ b/antithesis-tests/stress-io_uring/singleton_driver_stress.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +/bin/turso_stress --silent --nr-threads 2 --nr-iterations 10000 --vfs io_uring