Skip to content

Commit

Permalink
Fix test MasterServiceTests.testClusterStateUpdateLoggingWithDebugEna…
Browse files Browse the repository at this point in the history
…bled

Signed-off-by: Sumit Bansal <sumitsb@amazon.com>
  • Loading branch information
sumitasr committed Aug 12, 2024
1 parent 3db2525 commit 338a7f6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,6 @@ public void onFailure(String source, Exception e) {
}
});
assertBusy(mockAppender::assertAllExpectationsMatched);
// verify stats values after state is published
assertEquals(1, clusterManagerService.getClusterStateStats().getUpdateSuccess());
assertEquals(0, clusterManagerService.getClusterStateStats().getUpdateFailed());
}
}
}
Expand Down

0 comments on commit 338a7f6

Please sign in to comment.