|
Ran
|
Files
514
|
Run time
26s
|
Badge
README BADGES
|
push
github
txn: do not rollback transaction statements on timeout The transaction timeout may be triggered by vinyl taking too long to read disk while executing a statement. If we roll back the transaction in this case, the statement will be deleted, resulting in a crash when we finally try to commit the statement. Actually, in contrast to the case when a transaction is aborted by a fiber yield, there's no need to rollback the transaction on timeout We don't rollback the transaction on conflict so let's not do it on timeout, either. Closes #11088 NO_DOC=bug fix (cherry picked from commit a4b9e5dc3)
68691 of 121930 branches covered (56.34%)
101313 of 116041 relevant lines covered (87.31%)
2466268.74 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|