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



##########
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:
       Can we use `#record` and `#recordedMessages` functionality of the 
`TestRecordingCommunicationSpi` to check messages?




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