Skip to content

Commit

Permalink
Reproduce leaking connections issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wyrzyk committed Jul 25, 2023
1 parent 9268b14 commit 6af29a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,6 @@ public boolean isConsistent(Supplier<Connection> replica) {
//then
assertThat(throwable).doesNotThrowAnyException();
verify(discovererConnectionSupplier).get();
verify(connection).close();
}
}

0 comments on commit 6af29a7

Please sign in to comment.