From 8735ab0a9cc0c8da55f00c13b05d9d320851a3cd Mon Sep 17 00:00:00 2001 From: Tobias Schottdorf Date: Thu, 15 Aug 2019 13:41:54 +0200 Subject: [PATCH] raft: fix a test file name --- raft/testdata/confchange_v2_add_double_auto.txt | 3 ++- ...uble_explicit.txt => confchange_v2_add_single_explicit.txt} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename raft/testdata/{confchange_v2_add_double_explicit.txt => confchange_v2_add_single_explicit.txt} (100%) diff --git a/raft/testdata/confchange_v2_add_double_auto.txt b/raft/testdata/confchange_v2_add_double_auto.txt index 866053dbb9ce..3477df7a149a 100644 --- a/raft/testdata/confchange_v2_add_double_auto.txt +++ b/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 -# joint configuration. +# joint configuration. (This is the same as specifying an explicit transition +# since more than one change is being made atomically). # Bootstrap n1. add-nodes 1 voters=(1) index=2 diff --git a/raft/testdata/confchange_v2_add_double_explicit.txt b/raft/testdata/confchange_v2_add_single_explicit.txt similarity index 100% rename from raft/testdata/confchange_v2_add_double_explicit.txt rename to raft/testdata/confchange_v2_add_single_explicit.txt