diff --git a/simulator/README.md b/simulator/README.md index ed1f688b9..259939545 100644 --- a/simulator/README.md +++ b/simulator/README.md @@ -71,4 +71,11 @@ Todo ## Automatic Compatibility Testing with SQLite -Todo \ No newline at end of file +Todo + +## Resources +- [(reading) TigerBeetle Deterministic Simulation Testing](https://docs.tigerbeetle.com/about/vopr/) +- [(reading) sled simulation guide (jepsen-proof engineering)](https://sled.rs/simulation.html) +- [(video) "Testing Distributed Systems w/ Deterministic Simulation" by Will Wilson](https://www.youtube.com/watch?v=4fFDFbi3toc) +- [(video) FF meetup #4 - Deterministic simulation testing](https://www.youtube.com/live/29Vz5wkoUR8) +- [(code) Hiisi: a proof of concept libSQL written in Rust following TigerBeetle-style with deterministic simulation testing](https://github.com/penberg/hiisi)