limbo/stress
Pekka Enberg 9288471525 stress: Make random seed configurable
When we're not running under Antithesis, allow the user to specify a
seed for random number generation, which impacts the SQL operations we
do. Although not deterministic, this makes reproducing some issues
easier.

Also, add a "scripts/run-until-fail.sh", which you can use to discover
interesting seeds. For example, you can run

```
./scripts/run-until-fail.sh cargo run -p turso_stress -- -t1
```

to find a bug and then just copy-paste the reported seed to attempt to
reproduce it.
2025-12-15 17:56:33 +02:00
..
Cargo.toml stress: Make random seed configurable 2025-12-15 17:56:33 +02:00
docker-compose.yaml Fix Antithesis docker-compose.yaml 2025-04-26 09:14:24 +03:00
docker-entrypoint.sh stress: move sdk setup_complete from limbo_stress to docker-entrypoint 2025-04-24 12:27:05 -04:00
Dockerfile.antithesis-config Initial pass on Antithesis testing 2025-03-04 09:29:57 +02:00
libvoidstar.so Initial pass on Antithesis testing 2025-03-04 09:29:57 +02:00
main.rs stress: Make random seed configurable 2025-12-15 17:56:33 +02:00
opts.rs stress: Make random seed configurable 2025-12-15 17:56:33 +02:00
run-miri.sh Make Miri easier to run 2025-10-20 23:48:19 -05:00