This repository was archived by the owner on May 27, 2024. It is now read-only.

Description
Summary:
When handling temporary service a common error is to accidentally have mismatches between the static and RT so that the RT feed has trip IDs that aren't shown as active in the static data. For example, on a Sunday the RT feed might have vehicle or TripUpdates for tripID = 4, but in the static data it shows trip_id = 4 as not running on a Sunday - in this case, it should be an error.
See https://groups.google.com/g/onebusaway-developers/c/WhgMbZ66rbY for further discussion.
Steps to reproduce:
Run a GTFS and GTFS Realtime feed through the validator when the RT feed is running on a Sunday, with links to static GTFS data that contains these trip IDs but the static GTFS data says that trip doesn't operate on a Sunday.
Expected behavior:
Validator should throw an error in this case
Observed behavior:
No errors are logged.