Mmuzaf commented on a change in pull request #6825: IGNITE-12122 Remove 
setIncludeEventTypes from GridAbstractTest
URL: https://github.com/apache/ignite/pull/6825#discussion_r326188329
 
 

 ##########
 File path: 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/GridCacheContinuousQueryAbstractSelfTest.java
 ##########
 @@ -135,6 +135,8 @@
         else
             cfg.setClientMode(true);
 
+        cfg.setIncludeEventTypes(org.apache.ignite.events.EventType.EVTS_ALL);
 
 Review comment:
   This can be simplified to `EVTS_ALL` with import static, right?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to