Skip to content

Commit

Permalink
[MINOR] Added UtilitiesTestBase clean up in HoodieDeltaStreamerTestBase
Browse files Browse the repository at this point in the history
  • Loading branch information
geserdugarov committed Dec 28, 2023
1 parent 3c10d6d commit d41d055
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,11 @@ public static void initClass() throws Exception {
}

@AfterAll
public static void tearDown() {
cleanupKafkaTestUtils();
UtilitiesTestBase.cleanUpUtilitiesTestServices();
}

public static void cleanupKafkaTestUtils() {
if (testUtils != null) {
testUtils.teardown();
Expand Down

0 comments on commit d41d055

Please sign in to comment.