Skip to content

Commit

Permalink
Adapt NoOpEngineTests after #39006
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Feb 28, 2019
1 parent 1b7eb90 commit c6c42a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void testNoOpEngineDocStats() throws Exception {
deletions += 1;
}
}
engine.waitForOpsToComplete(numDocs + deletions - 1);
engine.getLocalCheckpointTracker().waitForOpsToComplete(numDocs + deletions - 1);
flushAndTrimTranslog(engine);
}

Expand Down

0 comments on commit c6c42a1

Please sign in to comment.