nizhikov commented on a change in pull request #8891:
URL: https://github.com/apache/ignite/pull/8891#discussion_r596578720
##########
File path: modules/ducktests/tests/ignitetest/tests/rebalance/__init__.py
##########
@@ -45,9 +48,7 @@ def preload_data(context, config, backups, cache_count,
entry_count, entry_size,
startup_timeout_sec=timeout)
app.run()
- return (get_event_time(
- app, app.nodes[0], "Marking as initialized") - get_event_time(
- app, app.nodes[0], "Data generation started")).total_seconds()
+ return (app.await_stopped() - app.await_started()).total_seconds()
Review comment:
I don't understand why "await" methods returns some time.
Why we call `await_started` only after `await_stopped`
----------------------------------------------------------------
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]