-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: 1795 timepoint clarification #1867
Conversation
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
@emmambd |
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit 95fa5ee 📊 Notices ComparisonNew Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (533 out of 1588 datasets, ~34%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
🛡️ Corruption Check0 out of 1588 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit 7eac647 📊 Notices ComparisonNew Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (533 out of 1588 datasets, ~34%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
🛡️ Corruption Check0 out of 1588 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
main/src/test/java/org/mobilitydata/gtfsvalidator/validator/TimepointTimeValidatorTest.java
Outdated
Show resolved
Hide resolved
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
1 similar comment
This contribution does not follow the conventions set by the Google Java style guide. Please run the following command line at the root of the project to fix formatting errors: |
…a/gtfs-validator into 1795-timepoint-clarification
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit 432bdf5 📊 Notices ComparisonNew Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (532 out of 1588 datasets, ~34%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
🛡️ Corruption Check0 out of 1588 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
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.
This is my first review so please make sure to merge only after @emmambd also weighs in. Everything looks good and the dropped warnings from the acceptance tests are 34% which are close to the 31% that Isabelle mentioned have timepoint
missing.
The remaining 3% are the datasets that have timepoint
header but do not always specify the value. Double checked with us-maryland-frederick-county-transit-gtfs-498
as well.
LGTM!
Thanks @skalexch! I agree. From a QA perspective, this is ready to go. |
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit 5f5562b 📊 Notices ComparisonNew Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. New Warnings (0 out of 1588 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (532 out of 1588 datasets, ~34%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
🛡️ Corruption Check0 out of 1588 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
Summary:
Closes #1795
removed @recommended Column and modified MissingTimepointValue validation rule
Expected behavior:
test data: us-new-york-st-lawrence-county-public-transit-gtfs-5.zip
no missing_recommended_column notice on the report
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything