ivandasch commented on a change in pull request #8213:
URL: https://github.com/apache/ignite/pull/8213#discussion_r482800086
##########
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:
Unfortunatelly, args should be json serializable. I'm afraid that it is
not possible.
----------------------------------------------------------------
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]