aboutsummaryrefslogtreecommitdiff
path: root/_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-sc...
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-03-06 14:38:56 -0300
committerEuAndreh <eu@euandre.org>2022-03-06 14:38:56 -0300
commit695cc83a3766e51b9a71e80b901f0cef27dfb1ce (patch)
tree83da8ef103a1c086bc6dea51e1f7e361657f044c /_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md
parentTODOs.md: Add #td-a84b65c4-686c-c098-aa4b-cfba06a84825 (diff)
downloadeuandre.org-695cc83a3766e51b9a71e80b901f0cef27dfb1ce.tar.gz
euandre.org-695cc83a3766e51b9a71e80b901f0cef27dfb1ce.tar.xz
Archive fallible and autoqemu for now
Diffstat (limited to '_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md')
-rw-r--r--_articles/2021-02-17-ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios.md6
1 files changed, 5 insertions, 1 deletions
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 fa7078b..0dcb256 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
@@ -14,7 +14,8 @@ ref: ann-fallible-fault-injection-library-for-stress-testing-failure-scenarios
---
-Yesterday I pushed v0.1.0 of [fallible], a miniscule library for fault-injection and stress-testing C programs.
+Yesterday I pushed v0.1.0 of [fallible], a miniscule library for fault-injection
+and stress-testing C programs.
[fallible]: https://euandreh.xyz/fallible/
@@ -22,7 +23,10 @@ Yesterday I pushed v0.1.0 of [fallible], a miniscule library for fault-injection
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.
+2022-01-27: I've [archived] the project for now. It still needs some maturing before being usable.
+
[0.3.0]: https://euandreh.xyz/fallible/CHANGELOG.html
+[archived]: https://euandre.org/static/attachments/fallible.tar.gz
## Existing solutions