Doc Ritezel

Results 41 comments of Doc Ritezel

After surface-level investigation, it appears that this error message occurs when the GTFS-RT validator can't open the file, as mentioned above. We recommend developing an automated test suite for this...

After conversation with @evansiroky, we're going to introduce some additional automated testing to cover these cases as we fix the problem

While writing characterization tests for `gtfs-rt-validator-v2` @erikamov and I came across what appears to be a potential source of errors related to thread safety. During the `validate` step, `gtfs-rt-validator-v2` follows...

When running in the multithreaded configuration, two classes of errors are visible: 1. `[Errno 2] No such file or directory` (686 occurrences vs 130 when not multithreaded) 2. The following...

We believe the ZLIB errors are stored in the outcomes table as ``` Command '['java', '-jar', '/gtfs-realtime-validator.jar', '-gtfs', '/tmp/tmpg53e8q5j/gtfs.zip', '-gtfsRealtimePath', '/tmp/tmpg53e8q5j/rt_8ade09de2d6bd4609c2af42696d37f33/', '-sort', 'name']' returned non-zero exit status 1. ``` Combined...

After conversation with @evansiroky, we'll skip duplicates rather than writing `[Errno 2]` to outcomes.

[Relevant Slack conversation](https://cal-itp.slack.com/archives/C02H6JUSS9L/p1728671948860059?thread_ts=1727903055.205829&cid=C02H6JUSS9L) as discussed in project planning

From conversation with @evansiroky, there is a meeting coming up regarding stops

Accessible here: http://34.83.99.138/ Visible here: https://console.cloud.google.com/kubernetes/deployment/us-west1/nginx-staging/default/example-hello-app-deployment/overview

As of 3/11: as discussed with Phil from Kuba on the MST call, Kuba will provide API access and documentation in the form of Postman