Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
n/a
Description
MySQL, due to a misconfiguration, was not accepting connections from localhost - but this problem could occur in any scenario where the mysql server is not reachable or configured incorrectly.
The Rails db loader did not abort the run. Instead it logged the error and went ahead, and this resulted in another slew of errors.
If data loading fails, then the loader(or driver, I'm not sure how it's invoked) should log an exception and abort the run. There is zero chance of having a successful run if data loading fails.