Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix a bug in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rguo-aws committed May 6, 2020
1 parent bd50a75 commit 11ee374
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void testStats() throws Exception {

private static void runInSerial(int iterateSize, LinkedList<StatExceptionCode> exceptionCodeList, StatsCollector sc) {
int i = 0;
sc.getCounters().clear();
for(; i < EXEC_COUNT-1; i++) {
iterate(exceptionCodeList, i * iterateSize, iterateSize, sc);
}
Expand Down

0 comments on commit 11ee374

Please sign in to comment.