Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.16.2, 1.18.0, 1.17.1, 1.19.0
Description
SqlGatewayServiceITCase uses a ExecutorThreadFactory for its asynchronous operations. Instead, one should use TestExecutorExtension to ensure proper cleanup of threads.
We might also want to remove the AbstractTestBase parent class because that uses JUnit4 whereas SqlGatewayServiceITCase is already based on JUnit5