MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
285 stars 100 forks source link

Investigate corrupted feeds in the acceptance tests #1848

Closed davidgamez closed 1 week ago

davidgamez commented 1 week ago

Describe the bug

As part of #1837, there are 13 feeds that appeared in the acceptance test report as corrupted. This can happen when a validation report is not generated due to multiple causes. One of the causes is a runtime exception triggered by the validator. After conducting further investigation, I tested the feed mdb-392 against production web deployment and staging.

Steps/Code to Reproduce

Execute the GTFS validator against the 13 feeds listed as corrupted Corrupted marked feeds:

Expected Results

All reports are generated and the extraction of the feed information should not block the generation of the HTML and JSON reports.

Actual Results

Validation reports are not generated due to feed information logic.

Screenshots

Screenshot 2024-09-25 at 1 43 15 PM

Files used

No response

Validator version

5.0.1

Operating system

Web

Java version

No response

Additional notes

No response

davidgamez commented 1 week ago

Tested all corrupted files.

davidgamez commented 1 week ago

I'm closing this issue as it was fixed with #1837.