Details
Details
Still works fine locally, but no surprises there.
Diff Detail
Diff Detail
- Repository
- rPHU libphutil
- Branch
- quiet
- Lint
Lint Errors Severity Location Code Message Error src/aphront/storage/connection/mysql/AphrontMySQLiDatabaseConnection.php:136 XHP45 PHP Compatibility - Unit
No Test Coverage - Build Status
Buildable 2721 Build 2725: [Placeholder Plan] Wait for 30 Seconds
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. |