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 2021/08/24 12:25:30 UTC

[GitHub] [ignite] Mmuzaf commented on a change in pull request #9347: IGNITE-15355 Fix method corruptDataEntry used for tests

Mmuzaf commented on a change in pull request #9347:
URL: https://github.com/apache/ignite/pull/9347#discussion_r694800288



##########
File path: modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/NoUnnecessaryRebalancesTest.java
##########
@@ -115,28 +113,20 @@ public void testNoRebalancesOnCacheCreation() throws Exception {
     /**
      * Wrapper of communication spi to detect on which cache groups rebalances were happened.
      */
-    public static class SpecialSpi extends TestRecordingCommunicationSpi {
+    public static class RebalanceTrackingSpi extends TestRecordingCommunicationSpi {

Review comment:
       I've fixed this as you suggested.




-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org