Skip to content

Commit 5be7857

Browse files
committed
Add Vᴏ̈ʀᴛᴇx testing framework from TigerBeetle
1 parent dae1ee3 commit 5be7857

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ specifically regression testing for correctness and performance bugs.
362362
* [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)
363363
* [Debugging Designs by Chris Newcombie](https://www.hpts.ws/papers/2011/sessions_2011/Debugging.pdf) there is also
364364
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
366367
testing which describes several approaches: SimWorld simulation resembling the approach used
367368
at [Foundation DB](#foundationdb), use of [Jepsen](#jepsen) and [formal methods](#formal-methods)
368369
and [game days](#game-days).
@@ -742,6 +743,9 @@ See also [deterministic simulation](#deterministic-simulation) section.
742743
* [TigerStyle! (Or How To Design Safer Systems in Less Time)](https://youtu.be/w3WYdYyjek4) by Joran Dirk Greef — talk
743744
about TigerStyle, philosophical approach to design and build distributed systems at TigerBeetle. This style greatly
744745
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).
745749

746750
See also [deterministic simulation](#deterministic-simulation) section.
747751

0 commit comments

Comments
 (0)