zstan commented on code in PR #12925:
URL: https://github.com/apache/ignite/pull/12925#discussion_r3465033278
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/IgniteTxCacheWriteSynchronizationModesMultithreadedTest.java:
##########
@@ -93,6 +97,20 @@ public class
IgniteTxCacheWriteSynchronizationModesMultithreadedTest extends Gri
assertTrue(grid(SRVS + i).configuration().isClientMode());
}
+ /** {@inheritDoc} */
+ @Override protected void afterTest() throws Exception {
+ for (Ignite node : G.allGrids()) {
+ IgniteTxManager tm =
((IgniteEx)node).context().cache().context().tm();
+
+ ConcurrentMap<GridCacheVersion, Object> uncommited =
Review Comment:
got it !
--
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]