Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add some paper about fault injection #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -225,6 +225,11 @@ A curated list of awesome [Chaos Engineering](http://principlesofchaos.org/) res
* [Observability and Chaos Engineering on System Calls for Containerized Applications in Docker](https://arxiv.org/abs/1907.13039)
* [Maximizing Error Injection Realism for Chaos Engineering with System Calls](https://arxiv.org/abs/2006.04444)
* [Chaos Engineering of Ethereum Blockchain Clients](https://arxiv.org/abs/2111.00221)
* [IBIR: Bug Report driven Fault Injection](https://github.com/serval-uni-lu/IBIR)
* [ProFIPy: Programmable Software Fault Injection as-a-Service](https://dl.acm.org/doi/10.1145/2841425)
* [Fitness-guided Resilience Testing of Microservice-based Applications](https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=9283918)
* [Co-evolving Tracing and Fault Injection with Box of Pain](https://www.usenix.org/system/files/hotcloud19-paper-bittman.pdf)
* [Service-Level Fault Injection Testing](https://dl.acm.org/doi/pdf/10.1145/3472883.3487005)

## Gamedays
* [Target: What is a Gameday?](https://tech.target.com/2019/05/09/chaos-engineering-at-Target.html) - Chaos Gamedays experience by Target.
Expand Down