kgyrtkirk commented on code in PR #17070:
URL: https://github.com/apache/druid/pull/17070#discussion_r1765301660
##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/test/MSQTestBase.java:
##########
@@ -381,6 +381,7 @@ public List<? extends
com.fasterxml.jackson.databind.Module> getJacksonModules()
@AfterEach
public void tearDown2()
{
+ Mockito.framework().clearInlineMocks();
Review Comment:
I don't think this leak-like usage is msq specific ; it could possibly be
added to `CalciteTestBase` so that all `Calcite*Test` excercise this call
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]