зеркало из https://github.com/microsoft/CCF.git
Exclude messagesSent variable s.t. two states are considered equal if they only differ in the number of messages sent. (#4471)
This commit is contained in:
Родитель
7041ef31dc
Коммит
a5d0dce264
|
@ -35,6 +35,7 @@ CONSTANTS
|
|||
NodeFive = n5
|
||||
|
||||
SYMMETRY Symmetry
|
||||
VIEW View
|
||||
|
||||
CHECK_DEADLOCK
|
||||
FALSE
|
||||
|
|
|
@ -45,6 +45,9 @@ mc_spec == Spec
|
|||
\* via the Symmetry option in cfg file.
|
||||
Symmetry == Permutations(Servers_mc)
|
||||
|
||||
\* Include all variables in the view, which is similar to defining no view.
|
||||
View == vars
|
||||
|
||||
----
|
||||
|
||||
\* Returns true if server i has committed value v, false otherwise
|
||||
|
|
|
@ -45,4 +45,7 @@ mc_spec == Spec
|
|||
\* via the Symmetry option in cfg file.
|
||||
Symmetry == Permutations(Servers_mc)
|
||||
|
||||
\* Exclude messagesSent variable s.t. two states are considered equal if they only differ in the number of messages sent.
|
||||
View == << reconfigurationVars, <<messages, commitsNotified>>, serverVars, candidateVars, leaderVars, logVars >>
|
||||
|
||||
===================================
|
Загрузка…
Ссылка в новой задаче