Vladsz83 commented on a change in pull request #8142:
URL: https://github.com/apache/ignite/pull/8142#discussion_r469199342
##########
File path: modules/ducktests/tests/ignitetest/tests/discovery_test.py
##########
@@ -32,41 +37,58 @@
# pylint: disable=W0223
class DiscoveryTest(IgniteTest):
"""
- Test basic discovery scenarious (TCP and Zookeeper).
+ Test various node failure scenarios (TCP and ZooKeeper).
1. Start of ignite cluster.
2. Kill random node.
3. Wait that survived node detects node failure.
"""
NUM_NODES = 7
+ FAILURE_DETECTION_TIMEOUT = 2000
+
+ __LOG_PATH = os.path.join(IgniteAwareService.PERSISTENT_ROOT,
"console.log")
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]