timoninmaxim commented on a change in pull request #8213:
URL: https://github.com/apache/ignite/pull/8213#discussion_r482775790
##########
File path: modules/ducktests/tests/ignitetest/tests/add_node_rebalance_test.py
##########
@@ -39,20 +39,17 @@ class AddNodeRebalanceTest(IgniteTest):
REBALANCE_TIMEOUT = 60
@cluster(num_nodes=NUM_NODES + 1)
- @parametrize(version=str(DEV_BRANCH))
- @parametrize(version=str(LATEST))
- def test_add_node(self, version):
+ @ignite_versions(str(DEV_BRANCH), str(LATEST))
Review comment:
As we introduce own decorator to work with versions - let's remove
requirement to use `str` for versions. It's ugly
----------------------------------------------------------------
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]