jargij / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

GTFS Validation Problem in Merge Tool Causes Crash #343

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When one of the two input feeds to the GTFS merge tool has a validation error 
that is only picked up when performing extra validation, the merge tool will 
crash.  The problem is that extra validation is not enabled on scheduled load, 
but it is enabled for the merged output feed.  The resulting validation error 
is thrown as an exception and causes the program to crash.

The best fix for this is to enable extra validation when loading the GTFS feeds 
to catch these problems early on and let the existing error handling logic take 
over.

Original issue reported on code.google.com by bdfer...@google.com on 30 Jul 2012 at 12:26

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 30 Jul 2012 at 12:27

GoogleCodeExporter commented 8 years ago
Reviewed at http://codereview.appspot.com/6448076/ and submitted in r1688.

Original comment by bdfer...@google.com on 30 Jul 2012 at 1:17

GoogleCodeExporter commented 8 years ago
Issue 378 has been merged into this issue.

Original comment by bdfer...@google.com on 10 Sep 2014 at 12:13

GoogleCodeExporter commented 8 years ago
Issue 378 has been merged into this issue.

Original comment by bdfer...@google.com on 26 Sep 2014 at 4:33