-
Notifications
You must be signed in to change notification settings - Fork 2
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
cmd package test improvements #258
Conversation
…_110_tests_improvements_cmd_pkg
… tests in connlist_test to fail
…guard/netpol-analyzer into issue_110_tests_improvements_cmd_pkg
…_110_tests_improvements_cmd_pkg
hi @adisos , -- on commit , I had to delete a test with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few general comments:
- Change Makefile to support the
update
flag for this pkg as well - Move json expected output file to some other place so that it does not interfere with the test you had to comment-out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few more comments
Co-authored-by: Adi Sosnovich <[email protected]>
…_110_tests_improvements_cmd_pkg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
One more comment: can you move the output_files
dir to be not under tests
dir (it is currently confusing as it is mixed with a long list of actual test dirs). Let it be a sibling of the tests
dir, and rename to test_outputs
.
done |
issue #110
cmd.Execute
func can not be run in parallel (when try to run in parallel, tests fail , expected err/ output of a test returned as the actual of another)