Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/resiliency/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ in the case of each type of failure. The plan is to have a test case that valida
[discrete]
=== Run Jepsen (STATUS: ONGOING)

We have ported the known scenarios in the Jepsen blogs that check loss of acknowledged writes to our testing infrastructure.
The new tests are run continuously in our testing farm and are passing. We are also working on running Jepsen independently to verify
that no failures are found.
We have ported the known scenarios in the Jepsen blogs that check loss of
acknowledged writes to our testing infrastructure. The new tests are run
continuously in our testing farm and are passing. We will also monitor for new
failure scenarios and adapt our test suite as needed.
Comment on lines +121 to +124
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it still fair to say that the status of "Run Jepsen" is "ongoing", if we have no real intention of doing it (AFAICT)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eh we could probably change this heading. It's fair to say that we monitor for new failure scenarios, whether they arise from new Jepsen tests or from some other source.


== Completed

Expand Down
Loading