[Transform] Release test resources during test execution #107055
Labels
:ml/Transform
Transform
Team:ML
Meta label for the ML team
>test
Issues or PRs that are addressing/adding tests
v8.14.0
Description
While debugging test failures, there are a number of threads and connections hanging waiting to be released. This is likely due to the InputStream not being closed. This could potentially slow down tests when the full suite is run, but more likely it's just causing noise in the logs when there is a failure.
The text was updated successfully, but these errors were encountered: