nizhikov commented on a change in pull request #9345:
URL: https://github.com/apache/ignite/pull/9345#discussion_r824553852



##########
File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/pagemem/BPlusTreeReuseListPageMemoryImplTest.java
##########
@@ -76,15 +77,18 @@
         cctx.add(new GridMetricManager(cctx));
         cctx.add(new GridSystemViewManager(cctx));
 
+        IgniteWriteAheadLogManager walMgr = new NoOpWALManager();
+
         GridCacheSharedContext<Object, Object> sharedCtx = new 
GridCacheSharedContext<>(
             cctx,
             null,
             null,
             null,
             new NoOpPageStoreManager(),
-            new NoOpWALManager(),
+            walMgr,
+            walMgr,

Review comment:
       Can't do it. Please, take a look at assert:
   
   `assert walMgr == null || walMgr == cdcWalMgr;`




-- 
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]


Reply via email to