Vladsz83 commented on a change in pull request #8159:
URL: https://github.com/apache/ignite/pull/8159#discussion_r474655283
##########
File path: modules/ducktests/tests/ignitetest/tests/discovery_test.py
##########
@@ -175,16 +138,19 @@ def __simulate_nodes_failure(self, version, properties,
nodes_to_kill=1):
self.servers.start()
- if nodes_to_kill > self.servers.num_nodes - 1:
- raise Exception("Too many nodes to kill: " + str(nodes_to_kill))
+ if config.nodes_to_kill + (1 if config.kill_coordinator else 0) >
self.servers.num_nodes - 1:
Review comment:
Removed.
----------------------------------------------------------------
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]