From 32719546e6b5e17b5ac4e926e904b55b462f7d54 Mon Sep 17 00:00:00 2001 From: Simon Massey Date: Sat, 11 Jan 2025 14:02:13 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dea1dd8..f8e9622 100644 --- a/README.md +++ b/README.md @@ -371,9 +371,9 @@ test all permutations as a `TrexNode`: * The outcome of any majority vote can only be WIN, LOSE, or WAIT. * The node can be in one of three TrexStates: `FOLLOW`, `RECOVER`, or `LEAD`. -In addition to exhaustive property-based tests, the tests run simulations of randomised network partitions that step through -hundreds of in-memory message exchanges between a three-node cluster. These simulation tests check that the journal at all three -nodes matches and the list of fixed commands is the same across all three nodes. +In addition to exhaustive property-based tests, the tests run simulations of randomised rolling network partitions that step through +hundreds of in-memory message exchanges between a three-node cluster. These randomised simulation tests are run a thousand times and +check that the journal at all three nodes matches and the list of fixed commands is the same across all three nodes. ### Seventh, Leader Duels