-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update functionality to throw ERROR for validation_format
mismatch, and WARNING for field_format
mismatch.
#888
Conversation
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.
👍
@al-niessner can you confirm if the tests I added checkout? I added one additional test to ensure the |
validation_format
mismatch, and WARNING for field_format
mismatch.
Do you have a disk space issue? The errors in the latest look like not everything was pulled during the git transaction like you are running out of disk space. The failures are not code they are missing data. You can look at the logs yourself but this is the first clue (starts at line 28932 in log):
|
@al-niessner 😞 I am never fixing a spelling error again. cbf6faf |
🗒️ Summary
Error when format_validation and warning when format_value.
⚙️ Test Data and/or Report
Automated unit/regression tests below passed.
#816 can be tested by the test cases for #681
#817 includes a new test case in the feature file
♻️ Related Issues
Closes #816
Closes #817