From d4e5f839324ed2fa6d3711bc7b524a871f18d48a Mon Sep 17 00:00:00 2001 From: sonhmai <14060682+sonhmai@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:32:17 +0700 Subject: [PATCH] add references for dst --- simulator/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)