zstan commented on code in PR #13136:
URL: https://github.com/apache/ignite/pull/13136#discussion_r3308541470
##########
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/transactions/TxDeadlockDetectionNoHangsTest.java:
##########
@@ -68,6 +74,9 @@ public class TxDeadlockDetectionNoHangsTest extends
GridCommonAbstractTest {
cfg.setCacheConfiguration(ccfg);
+ listeningLog.registerListener(lsnr);
Review Comment:
I missunderstand - lsnr.check() calls after each test on: afterTest()
Can you explain how it can be a problem ? Thanks !
--
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]