ivandasch commented on a change in pull request #8211:
URL: https://github.com/apache/ignite/pull/8211#discussion_r499129788
##########
File path: modules/ducktests/tests/ignitetest/tests/pme_free_switch_test.py
##########
@@ -81,7 +81,8 @@ def test(self, ignite_version):
ignites.stop_node(ignites.nodes[self.NUM_NODES - 1])
- long_tx_streamer.await_event("Node left topology", 60,
from_the_beginning=True)
+ long_tx_streamer.await_event("Node left topology", 120 if
ignite_version < V_2_8_0 else 60,
Review comment:
This will not work, should be `IgniteVersion(ignite_version) < V_2_8_0`.
And I suppose, that this should be
`IgniteVersion(ignite_version) > V_2_8_1`, isnt' it?
----------------------------------------------------------------
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]