From fc5099e2efd7fd4537d12394078e9364a6b6f5db Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 22 Apr 2025 12:04:47 +0300 Subject: [PATCH] antithesis: Enable RUST_BACKTRACE for workload --- Dockerfile.antithesis | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.antithesis b/Dockerfile.antithesis index 1f4f3ba10..6305c12f0 100644 --- a/Dockerfile.antithesis +++ b/Dockerfile.antithesis @@ -71,4 +71,5 @@ COPY --from=builder /app/target/release/limbo_stress /bin/limbo_stress COPY stress/docker-entrypoint.sh /bin RUN chmod +x /bin/docker-entrypoint.sh ENTRYPOINT ["/bin/docker-entrypoint.sh"] +ENV RUST_BACKTRACE=1 CMD ["/bin/limbo_stress"]