Vladsz83 commented on a change in pull request #8159:
URL: https://github.com/apache/ignite/pull/8159#discussion_r475536162
##########
File path: modules/ducktests/tests/ignitetest/tests/discovery_test.py
##########
@@ -210,37 +165,75 @@ def __simulate_nodes_failure(self, version, properties,
nodes_to_kill=1):
logged_timestamps.sort(reverse=True)
- # Failure detection delay.
- time_holder = int((time_holder - first_terminated[0]) * 1000)
- # Failure detection delay by log.
- by_log = epoch_mills(logged_timestamps[0]) -
epoch_mills(first_terminated[1])
+ self.__check_and_store_results(data, int((time_holder -
first_terminated[0]) * 1000),
+ epoch_mills(logged_timestamps[0]) -
epoch_mills(first_terminated[1]))
Review comment:
Fixed
----------------------------------------------------------------
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]