You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -362,7 +362,8 @@ specifically regression testing for correctness and performance bugs.
362
362
*[CACM Article "How Amazon Web Services Uses Formal Methods"](https://cacm.acm.org/magazines/2015/4/184701-how-amazon-web-services-uses-formal-methods/fulltext)
363
363
*[Debugging Designs by Chris Newcombie](https://www.hpts.ws/papers/2011/sessions_2011/Debugging.pdf) there is also
364
364
a [source bundle](https://www.hpts.ws/papers/2011/sessions_2011/amazonbundle.tar.gz)
365
-
*[Millions of tiny databases](https://web.archive.org/web/20250126152902/https://blog.acolyer.org/2020/03/04/millions-of-tiny-databases/) — has a section on
365
+
*[Millions of tiny databases](https://web.archive.org/web/20250126152902/https://blog.acolyer.org/2020/03/04/millions-of-tiny-databases/) —
366
+
has a section on
366
367
testing which describes several approaches: SimWorld simulation resembling the approach used
367
368
at [Foundation DB](#foundationdb), use of [Jepsen](#jepsen) and [formal methods](#formal-methods)
368
369
and [game days](#game-days).
@@ -742,6 +743,9 @@ See also [deterministic simulation](#deterministic-simulation) section.
742
743
*[TigerStyle! (Or How To Design Safer Systems in Less Time)](https://youtu.be/w3WYdYyjek4) by Joran Dirk Greef — talk
743
744
about TigerStyle, philosophical approach to design and build distributed systems at TigerBeetle. This style greatly
744
745
contributed to improving developer productivity, reliability and correctness in TigerBeetle.
746
+
*[A Descent Into the Vᴏ̈ʀᴛᴇx](https://tigerbeetle.com/blog/2025-02-13-a-descent-into-the-vortex/) -- non-deterministic
747
+
testing framework to verify real production binaries and supplement any missed coverage from deterministic simulation
748
+
tests. Feels similar to [Jepsen](#jepsen).
745
749
746
750
See also [deterministic simulation](#deterministic-simulation) section.
0 commit comments