Skip to content

Commit

Permalink
[hotfix][runtime] Remove useless local variable in CompletedCheckpoin…
Browse files Browse the repository at this point in the history
…tStoreTest3testAddCheckpointMoreThanMaxRetained

This closes apache#12066
  • Loading branch information
zhengcanbin authored and StephanEwen committed May 16, 2020
1 parent 1f1d756 commit 080248d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ public void testAddCheckpointMoreThanMaxRetained() throws Exception {
assertEquals(1, checkpoints.getNumberOfRetainedCheckpoints());

for (int i = 1; i < expected.length; i++) {
Collection<OperatorState> taskStates = expected[i - 1].getOperatorStates().values();

checkpoints.addCheckpoint(expected[i]);

// The ZooKeeper implementation discards asynchronously
Expand Down

0 comments on commit 080248d

Please sign in to comment.