Skip to content

Commit

Permalink
Fix bunch of tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <[email protected]>
  • Loading branch information
Sachin Kale committed Oct 17, 2023
1 parent 53ef1cd commit cc54931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ protected Releasable blockReplication(List<String> nodes, CountDownLatch latch)
));
mockTargetTransportService.addSendBehavior((connection, requestId, action, request, options) -> {
String actionToWaitFor = SegmentReplicationSourceService.Actions.GET_SEGMENT_FILES;
if (segmentReplicationWithRemoteEnabled()) {
if (useRemoteStore()) {
actionToWaitFor = SegmentReplicationSourceService.Actions.UPDATE_VISIBLE_CHECKPOINT;
}
if (action.equals(actionToWaitFor)) {
Expand Down

0 comments on commit cc54931

Please sign in to comment.