Copilot commented on code in PR #13602:
URL: https://github.com/apache/ignite/pull/13602#discussion_r4061985832
##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/KeyClassChangeIntegrationTest.java:
##########
@@ -70,8 +72,6 @@ public class KeyClassChangeIntegrationTest extends
AbstractMultiEngineIntegratio
/** {@inheritDoc} */
@Override protected void afterTest() throws Exception {
- super.afterTest();
-
stopAllGrids();
}
Review Comment:
The inherited `runAfterTest()` invokes this override, but the removed
superclass call means the standard Calcite query, cache, mailbox, memory, and
plan-cache cleanup no longer runs. Preserve the old call to `super.afterTest()`
before stopping the grids.
--
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]