SOLR-8249: Addressing the test failures due to Leader election changes

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1713234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2015-11-08 15:21:49 +00:00
parent a238b5ee6f
commit 17fbe3a6cd
1 changed files with 0 additions and 1 deletions

View File

@ -738,7 +738,6 @@ public class OverseerTest extends SolrTestCaseJ4 {
overseerElector.setup(ec);
overseerElector.joinElection(ec, false);
assertNotNull(overseer.getStats());
assertEquals(0, (overseer.getStats().getSuccessCount(OverseerAction.STATE.toLower())));
assertEquals(0, (overseer.getStats().getSuccessCount(OverseerAction.LEADER.toLower())));
} finally {