Skip to content

Commit

Permalink
close resource
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiJuWu committed Jan 14, 2025
1 parent da0c3be commit b079bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public class AbstractCoordinatorTest {
public void closeCoordinator() {
Utils.closeQuietly(coordinator, "close coordinator");
Utils.closeQuietly(consumerClient, "close consumer client");
Utils.closeQuietly(mockClient, "close mock client");
}

private void setupCoordinator() {
Expand Down Expand Up @@ -1506,7 +1507,6 @@ public void testWakeupAfterSyncGroupReceived() throws Exception {
awaitFirstHeartbeat(heartbeatReceived);
}

@Tag("flaky") // KAFKA-15474 and KAFKA-18310
@Test
public void testWakeupAfterSyncGroupReceivedExternalCompletion() throws Exception {
setupCoordinator();
Expand Down

0 comments on commit b079bc8

Please sign in to comment.