Details
Details
Still works fine locally, but no surprises there.
Diff Detail
Diff Detail
- Repository
- rPHU libphutil
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnection.php | ||
---|---|---|
77 | should we silence it here too or at this point is cascading failure desirable? |
src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnection.php | ||
---|---|---|
77 | Yeah, it's probably good if this screams. Possibly we should check it for failure and throw explicitly, but I don't want to make T1191 any more involved than it already is and the old code hasn't had issues. In theory this shouldn't really be able to fail without the connection above failing or the next action we take also failing. |