You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/07/01 15:01:36 UTC

[GitHub] [ignite] pavlukhin commented on a change in pull request #4566: IGNITE-3653 Fix P2P class loading for remote filter and filter factory in CQs.

pavlukhin commented on a change in pull request #4566: IGNITE-3653 Fix P2P class loading for remote filter and filter factory in CQs.
URL: https://github.com/apache/ignite/pull/4566#discussion_r299076761
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/query/continuous/ContinuousQueryPeerClassLoadingTest.java
 ##########
 @@ -77,6 +76,13 @@ public void testRemoteFilterFactoryServer2() throws Exception {
         check("server1", "server2", "server3");
     }
 
+    /**
+     * @throws Exception If failed.
+     */
+    public void testRemoteFilterFactoryFromClientToServer() throws Exception {
 
 Review comment:
   Should it be marked with `@Test` annotation?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services