-
Notifications
You must be signed in to change notification settings - Fork 90
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
Skip schema validation/v1 #2074
Conversation
Looks weird to me : I think the test fails. You can also skip the schema validation by not having the eve-validator somehow, right ? |
This is an interesting idea, too. |
Noice and better. Thanks a lot! 🙇🏽♀️
hmm only found yesterday that there's a command line option to do this. So, apparently, given that we anyway won't check old versions in the CI, one could easily run s-v w So, all in all, moving forward, if we want, we should have multiple failure reasons logged. and, that's about it. |
TIL (or re-learned) about the |
yeah it seems helpful. Should have guessed its availability since Jason worked on it too. He is generally very mindful of common required options for usability. :) |
:P |
oh. Then, maybe we should indeed have ticket for that |
Just a suggestion following up on #2068 (comment)
I've taken up #2073 and added the feature there to show how it works. (Note that this feature should actually just be used for older version tests that cannot get that schema update)
This is for cases where because of broken schema, a test would just always fail. But, we can be lenient about the schema and ensure that the output actually matched in these cases.
Thoughts?