MobilityData / gtfs-validator

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

Backend services not validating dataset in staging environment #1782

Closed cka-y closed 1 week ago

cka-y commented 2 weeks ago

Describe the bug

When using the backend services to validate a dataset in the staging environment, the validation process never completes. Additionally, the bucket (stg-gtfs-validator-results) used to store the results remains completely empty, indicating that the bug has been present for some time or that all data in the bucket has been deleted.

Relates to https://github.com/MobilityData/mobility-feed-api/issues/491

Steps/Code to Reproduce

  1. Open the web UI.
  2. Use the following URL to attempt validation: https://storage.googleapis.com/mobilitydata-datasets-prod/mdb-1/mdb-1-202406071555/mdb-1-202406071555.zip.
  3. Initiate the validation process.

Expected Results

The dataset should be validated successfully, and the results should be stored in the designated bucket and displayed in the UI.

Actual Results

The validation process never completes, and the UI displays a loading indicator indefinitely. The designated bucket remains empty, with no validation results stored.

Validator version

5.0.2-SNAPSHOT

Operating system

MacOS

davidgamez commented 1 week ago

Closed by MobilityData/gtfs-infrastructure#4