From af15e20583b03b8933a049d38cd1fd8989e9fb6f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 12 Jun 2021 19:49:16 -0300 Subject: _articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md: Add note on 0.3.0 and beyond changes --- ...ault-injection-library-for-stress-testing-failure-scenarios.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md index 0add24e..8000cc4 100644 --- a/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md +++ b/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md @@ -4,6 +4,8 @@ title: "ANN: fallible - Fault injection library for stress-testing failure scena date: 2021-02-17 +updated_at: 2021-02-17 + layout: post lang: en @@ -16,6 +18,12 @@ Yesterday I pushed v0.1.0 of [fallible], a miniscule library for fault-injection [fallible]: https://euandreh.xyz/fallible/ +## *EDIT* + +2021-06-12: As of [0.3.0] (and beyond), the macro interface improved and is a bit different from what is presented in this article. If you're interested, I encourage you to take a look at it. + +[0.3.0]: https://euandreh.xyz/fallible/CHANGELOG.html + ## Existing solutions Writing robust code can be challenging, and tools like static analyzers, fuzzers and friends can help you get there with more certainty. -- cgit v1.2.3