Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo1905 authored Jan 11, 2025
1 parent bfeabf9 commit 3271954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3271954

Please sign in to comment.