Skip to content

Commit

Permalink
fixed style issues
Browse files Browse the repository at this point in the history
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
  • Loading branch information
vinaykpud committed Jan 19, 2025
1 parent 43d0798 commit 3468164
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ public void testGetSegmentReplicationStats_WhileOnGoingReplicationPrimaryRefresh
segmentReplicator.updatePrimaryLastRefreshedCheckpoint(thirdReplicationCheckpoint, shardId);

ReplicationStats replicationStats = segmentReplicator.getSegmentReplicationStats(shardId, firstReplicationCheckpoint);
System.out.println(replicationStats);
assertEquals(1200, replicationStats.totalBytesBehind);
assertEquals(1200, replicationStats.maxBytesBehind);
// Since we use System.currentTimeMillis() directly inside the method, actual value will vary
Expand Down

0 comments on commit 3468164

Please sign in to comment.