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
See also [autonomous testing](#autonomous-testing).
213
224
214
225
### Autonomous Testing
215
226
@@ -422,6 +433,10 @@ See also [formal methods](#formal-methods) section.
422
433
correct order from bottom to top.
423
434
*[Vacuum Testing for Resiliency: Verifying Disaster Recovery in Complex](https://youtu.be/Qdn2MDMOmOo) — talk on how
424
435
BellJar is used at Meta to test recovery of distributed systems
436
+
*[Hermit: Deterministic Linux for Controlled Testing and Software Bug-finding](https://developers.facebook.com/blog/post/2022/11/22/hermit-deterministic-linux-testing/) —
437
+
the first practical deterministic operating system built as an emulation layer on top of Linux kernel. It's
438
+
deterministic execution capability help with regression, stress testing and allow for systematic diagnostics
439
+
*https://github.com/facebookexperimental/hermit — code for Hermit
0 commit comments