From eea101c7cf01f701e7f0691076a5cf1245f17327 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 30 May 2018 13:05:15 -0500 Subject: [PATCH] better test comment --- nomad/leader_test.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nomad/leader_test.go b/nomad/leader_test.go index 63d580d1d..2475ab844 100644 --- a/nomad/leader_test.go +++ b/nomad/leader_test.go @@ -1115,7 +1115,9 @@ func TestLeader_RevokeLeadership_MultipleTimes(t *testing.T) { require.Nil(t, s1.revokeLeadership()) } -// Test reconciling a member that's already in the config on a older raft protocol version +// Test doing an inplace upgrade on a server from raft protocol 2 to 3 +// This verifies that removing the server and adding it back with a uuid works +// even if the server's address stays the same. func TestServer_ReconcileMember(t *testing.T) { // Create a three node cluster t.Parallel()