diff --git a/.github/workflows/long_fuzz_tests_btree.yml b/.github/workflows/long_fuzz_tests_btree.yml index fba369085..2bee075ab 100644 --- a/.github/workflows/long_fuzz_tests_btree.yml +++ b/.github/workflows/long_fuzz_tests_btree.yml @@ -44,6 +44,6 @@ jobs: - name: Build run: cargo build --verbose - name: Run ignored long tests - run: cargo run -p limbo_stress -- -t 1 -i 10000 + run: cargo run -p limbo_stress -- -t 1 -i 10000 -s env: RUST_BACKTRACE: 1 diff --git a/stress/main.rs b/stress/main.rs index 951e7e38a..9331db443 100644 --- a/stress/main.rs +++ b/stress/main.rs @@ -309,18 +309,22 @@ fn generate_plan(opts: &Opts) -> Result