nizhikov commented on a change in pull request #8891:
URL: https://github.com/apache/ignite/pull/8891#discussion_r596588814



##########
File path: modules/ducktests/tests/ignitetest/tests/rebalance/__init__.py
##########
@@ -86,10 +84,79 @@ def await_rebalance_complete(ignite, node=None, 
cache_count=1, timeout=300):
 
     for cache_idx in range(cache_count):
         rebalance_complete_times.append(get_event_time(
-            ignite,
             node if node else ignite.nodes[0],
-            "Completed rebalance future: RebalanceFuture \\[%s 
\\[grp=test-cache-%d" %
-            ("state=STARTED, grp=CacheGroupContext", cache_idx + 1),
+            "Completed rebalance future: RebalanceFuture \\[state=STARTED, 
grp=CacheGroupContext \\"

Review comment:
       Why this change?




----------------------------------------------------------------
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:
[email protected]


Reply via email to