Conversation
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit 82b9940 📊 Notices ComparisonNew Errors (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (19 out of 1575 datasets, ~1%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
New Warnings (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1575 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
|
@cka-y Cross referencing with the original PR that added these errors because stop_times.txt was finally parseable for Flex feeds, this acceptance test update looks right! The only one confusing me is cc @tzujenchanmbd and @Sergiodero as reference for how we review the acceptance tests :) |
📝 Acceptance Test Report📋 Summary❌ The rule acceptance test has failed for commit 82b9940 📊 Notices ComparisonNew Errors (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Errors (18 out of 1575 datasets, ~1%) ❌Details of new errors due to code change, which is above the provided threshold of 1%.
New Warnings (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. Dropped Warnings (0 out of 1575 datasets, ~0%) ✅No changes were detected due to the code change. 🛡️ Corruption Check0 out of 1575 sources (~0 %) are corrupted. ⏱️ Performance Assessment📈 Validation TimeAssess the performance in terms of seconds taken for the validation process.
|
|
@emmambd seems like there was a problem with the acceptance tests. Without updating the code, I ran them again and everything seems to work as expected. |
Summary:
This update modifies the
missing_trip_edgenotice to ensure it is not triggered if theGtfsStopTimeentity has either thestartPickupDropOffWindoworendPickupDropOffWindowcolumn defined.Expected Behavior:
The
missing_trip_edgenotice will no longer be triggered in cases where one of the above columns is present. For example, using this dataset, the notice is no longer triggered, as shown below:Please make sure these boxes are checked before submitting your pull request - thanks!
gradle testto make sure you didn't break anything