-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests to the params_file
parameter in test_spawner_unspawner.cpp
#1702
Comments
Hello @saikishor , I would like to contribute to this issue as my first step in open-source. Here is my plan for the tests:
Let me know if there are additional test cases you would like me to include! |
Hello @SantoshGovindaraj! Thank you for volunteering for this. I just gave a thought about this and it is way easier than I initially thought. What you can easily do is, in the test_spawner_unspawner.cpp you have the Right now, the test_controller plugin doesn't have many parameters to test with a valid and invalid set, so the above option is better and easier. I hope this helps. Thanks again. |
Hi @saikishor , Thank you! |
Fixed with #1754 |
There was a typo observed after using #1661 and it seems like there is no proper tests with test_controller that uses the parameters from param_file, that's the reason it is not detected in the first place. It is fixed in the PR: #1701
We need to add some tests here to avoid such cases in future
The text was updated successfully, but these errors were encountered: