Vladsz83 commented on a change in pull request #8159:
URL: https://github.com/apache/ignite/pull/8159#discussion_r474713975
##########
File path: modules/ducktests/tests/ignitetest/tests/discovery_test.py
##########
@@ -63,109 +75,60 @@ def __init__(self, test_context):
super(DiscoveryTest, self).__init__(test_context=test_context)
self.zk_quorum = None
self.servers = None
+ self.loader = None
- def __start_zk_quorum(self):
- self.zk_quorum = ZookeeperService(self.test_context, 3)
-
- self.stage("Starting ZooKeeper quorum")
-
- self.zk_quorum.start()
+ @cluster(num_nodes=NUM_NODES)
+ @matrix(ignite_version=[str(DEV_BRANCH), str(LATEST_2_8)],
+ kill_coordinator=[False, True],
+ nodes_to_kill=[0, 1, 2],
Review comment:
What exactly? Trivial to me. No idea how to 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]