Browse Source

raft: fix a test file name

Tobias Schottdorf 6 years ago
parent
commit
99f8046fd1

+ 2 - 1
raft/testdata/confchange_v2_add_double_auto.txt

@@ -1,5 +1,6 @@
 # Run a V2 membership change that adds two voters at once and auto-leaves the
 # Run a V2 membership change that adds two voters at once and auto-leaves the
-# joint configuration.
+# joint configuration. (This is the same as specifying an explicit transition
+# since more than one change is being made atomically).
 
 
 # Bootstrap n1.
 # Bootstrap n1.
 add-nodes 1 voters=(1) index=2
 add-nodes 1 voters=(1) index=2

+ 0 - 0
raft/testdata/confchange_v2_add_double_explicit.txt → raft/testdata/confchange_v2_add_single_explicit.txt