mirror of https://github.com/apache/druid.git
Handle memory leaks from Mockito inline mocks (#17104)
This commit is contained in:
parent
a63ac2590a
commit
52929ed24a
|
@ -381,6 +381,7 @@ public class MSQTestBase extends BaseCalciteQueryTest
|
|||
@AfterEach
|
||||
public void tearDown2()
|
||||
{
|
||||
Mockito.framework().clearInlineMocks();
|
||||
groupByBuffers.close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue