|
Ran
|
Jobs
1
|
Files
305
|
Run time
23s
|
Badge
README BADGES
|
push
travis-ci
vinyl: fail aborted transactions early We abort transactions when switching to read-only mode, building a new index, or reverting a statement after a failed WAL write. It's no use to allow an aborted transaction to proceed as usual until commit - we should fail it as early as we can to avoid wasting resources. Currently, we do it in a rather abrupt way - by an assertion :-) This patch makes any DML/DQL operation fail gracefully instead. Closes #4070 (cherry picked from commit e50c85353)
41349 of 50245 relevant lines covered (82.29%)
848963.51 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 16233.5 (TARGET=coverage) | 0 |
82.29 |
Travis Job 16233.5 |