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/10/02 14:59:31 UTC

[GitHub] [ignite] Mmuzaf commented on a change in pull request #6929: IGNITE-12181 Fixed assertion for non-persisted group in PDS enabled cluster.

Mmuzaf commented on a change in pull request #6929: IGNITE-12181 Fixed assertion for non-persisted group in PDS enabled cluster.
URL: https://github.com/apache/ignite/pull/6929#discussion_r330601211
 
 

 ##########
 File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/IgnitePdsAtomicCacheHistoricalRebalancingTest.java
 ##########
 @@ -61,4 +63,11 @@
         if (!walRebalanceInvoked)
             throw new AssertionError("WAL rebalance hasn't been invoked.");
     }
+
+    /** {@inheritDoc} */
+    @Test
+    @Ignore
+    @Override public void testTopologyChangesWithConstantLoadOnInMemoryCache() {
+        // No-op.
+    }
 
 Review comment:
   I think it is not good for adding new ignored tests. Why we should do so?

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