Redundant assertion in TransportReplicationActionTests#runReplicateTest

This commit is contained in:
Jason Tedor 2016-01-06 12:51:01 -05:00
parent c291c17142
commit bb4d857e44
1 changed files with 0 additions and 1 deletions

View File

@ -492,7 +492,6 @@ public class TransportReplicationActionTests extends ESTestCase {
final CapturingTransport.CapturedRequest[] capturedRequests = transport.capturedRequests();
transport.clear();
assertThat(capturedRequests.length, equalTo(assignedReplicas));
HashMap<String, Request> nodesSentTo = new HashMap<>();
boolean executeOnReplica =
action.shouldExecuteReplication(clusterService.state().getMetaData().index(shardId.getIndex()).getSettings());