top | item 33194379

(no title)

_vvhw | 3 years ago

Joran from the TigerBeetle team here!

TigerBeetle uses Deterministic Simulation Testing to test and keep testing these paths. Fuzzing and static allocation are force multipliers when applied together, because you can now flush out leaks and deadlocks in testing, rather than letting these spillover into production.

Without static allocation, it's a little harder to find leaks in testing, because the limits that would define a leak are not explicit.

discuss

order

polskibus|3 years ago

Can you provide some pointers regarding the simulation testing for more information?