Skip to content

Commit

Permalink
fix flink ut error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongqiangczq committed Aug 28, 2023
1 parent 5d0c69f commit 4af742d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class WordCountTest extends AnyFunSuite with Logging with MiniClusterFeature
logInfo("all test complete , stop celeborn mini cluster")
if (flinkCluster != null) {
flinkCluster.close()
flinkCluster = null
System.gc()
}
shutdownMiniCluster()
}
Expand Down

0 comments on commit 4af742d

Please sign in to comment.