From 4be53f50f7e713e667a81f58ecff36df7bbf3aa7 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 26 Feb 2025 14:49:16 +0000 Subject: [PATCH] Small resiliency status update (#123497) --- docs/resiliency/index.asciidoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/resiliency/index.asciidoc b/docs/resiliency/index.asciidoc index 25ac0f3a06a2..b2fadb107f3b 100644 --- a/docs/resiliency/index.asciidoc +++ b/docs/resiliency/index.asciidoc @@ -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. == Completed