-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As it turns out, not specifying `--strict` to the conformance test runner will cause `--strict_message` and `--strict_error` to do nothing. The conformance runner will just silently treat any validation errors as matching. Yikes. Thankfully, protovalidate-java only had a few issues hidden by this footgun, and they are easily rectified after a bit of debugging. Most of these issues are really quite minor and mainly just have to do with consistency across languages, but notably we were not marking validation errors from map keys properly, so that will be worth rolling into a release as soon as possible.
- Loading branch information
1 parent
ac7ebb0
commit 54ba1f7
Showing
3 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters