summaryrefslogtreecommitdiff
path: root/jstests/replsets/last_vote.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/last_vote.js')
-rw-r--r--jstests/replsets/last_vote.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/replsets/last_vote.js b/jstests/replsets/last_vote.js
index b9e0474217c..44d349f3237 100644
--- a/jstests/replsets/last_vote.js
+++ b/jstests/replsets/last_vote.js
@@ -134,9 +134,6 @@
"replSetRequestVotes response had the wrong term: " + tojson(response));
assert(!response.voteGranted,
"node granted vote in term before last vote doc: " + tojson(response));
- assert.eq(response.reason,
- "candidate's term is lower than mine",
- "replSetRequestVotes response had the wrong reason: " + tojson(response));
assertNodeHasLastVote(node0, term, rst.nodes[0]);
assertCurrentTerm(node0, term);
@@ -178,9 +175,6 @@
"replSetRequestVotes response had the wrong term: " + tojson(response));
assert(!response.voteGranted,
"node granted vote in term of last vote doc: " + tojson(response));
- assert.eq(response.reason,
- "already voted for another candidate this term",
- "replSetRequestVotes response had the wrong reason: " + tojson(response));
assertNodeHasLastVote(node0, term, rst.nodes[0]);
assertCurrentTerm(node0, term);