lucasbru commented on PR #15594:
URL: https://github.com/apache/kafka/pull/15594#issuecomment-2046963651
@vamossagar12 did the test you ran pass?
Here is an example how I run parameterized tests using a test suite file:
```
consumer_test:
-
tests/kafkatest/tests/client/consumer_test.py::AssignmentValidationTest.test_valid_assignment@{"metadata_quorum":"ISOLATED_KRAFT","use_new_coordinator":true,"group_protocol":"consumer","group_remote_assignor":"range"}
```
The change looks fine to me. If you want to be sure that the test set up
works, you may want to run the parameter combinations and post the results
here. However, if you have tested one parameter combination successfully, and
you are confident that the general test setup is working, I am fine with
merging it like this (please confirm).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]