petrov-mg commented on code in PR #10929:
URL: https://github.com/apache/ignite/pull/10929#discussion_r1325912415


##########
modules/core/src/test/java/org/apache/ignite/internal/client/thin/CacheEntryListenersTest.java:
##########
@@ -771,6 +797,15 @@ public void assertNextCacheEvent(EventType expType, K 
expKey, V expVal) throws E
             assertEquals(expVal, evt.getValue());
         }
 
+        /** */
+        public void assertNextCacheEventDataNotReceived(EventType expType, 
String name) throws Exception {

Review Comment:
   Yes, we can. PR updated according to your proposal.



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