andrey-kuznetsov commented on a change in pull request #8352:
URL: https://github.com/apache/ignite/pull/8352#discussion_r510386822
##########
File path: modules/ducktests/tests/ignitetest/tests/smoke_test.py
##########
@@ -87,3 +87,28 @@ def test_zk_start_stop(self):
zookeeper = ZookeeperService(self.test_context, num_nodes=3)
zookeeper.start()
zookeeper.stop()
+
+ @cluster(num_nodes=4)
+ @ignite_versions(str(DEV_BRANCH))
+ def test_ignite_clock_sync(self, ignite_version):
Review comment:
Fixed
##########
File path: modules/ducktests/tests/ignitetest/tests/smoke_test.py
##########
@@ -87,3 +87,28 @@ def test_zk_start_stop(self):
zookeeper = ZookeeperService(self.test_context, num_nodes=3)
zookeeper.start()
zookeeper.stop()
+
+ @cluster(num_nodes=4)
+ @ignite_versions(str(DEV_BRANCH))
+ def test_ignite_clock_sync(self, ignite_version):
+ """
+ Tests that clocks are synchronized between nodes.
+ """
+ num_nodes = 4
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]