Skip to content

Commit

Permalink
Print some debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jun 16, 2024
1 parent 06fdf85 commit d303ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/blackbox/slow/PoolIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ void mustGraduallyReduceAggressivenessInRepairingFailingAllocator() throws Excep
}
curr = counter.get();
long delta = curr - prev;
System.out.printf("i = %s, delta = %s%n", i, delta);
prev = curr;
if (i > 40) {
assertThat(delta).isLessThanOrEqualTo(5);
Expand Down

0 comments on commit d303ce9

Please sign in to comment.