|
Ran
|
Jobs
1
|
Files
518
|
Run time
1min
|
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)
69704 of 123580 branches covered (56.4%)
102692 of 117522 relevant lines covered (87.38%)
2429443.02 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
65.97 |
1.53% | src/lib/core/fio.c |
| 1 |
87.5 |
-1.59% | src/box/xlog.h |
| 1 |
89.05 |
-0.08% | src/box/vy_log.c |
| 1 |
85.15 |
-0.99% | src/lib/small/small/slab_arena.c |
| 1 |
96.12 |
-0.17% | src/box/relay.cc |
| 1 |
90.51 |
-0.63% | src/box/engine.c |
| 1 |
93.66 |
-0.14% | src/box/txn_limbo.c |
| 1 |
96.15 |
-0.05% | src/lib/salad/bps_tree.h |
| 1 |
94.74 |
-1.75% | src/box/engine.h |
| 1 |
93.02 |
0.08% | src/lib/core/fiber.c |
| 1 |
22.62 |
-0.02% | src/lib/uri/uri_parser.c |
| 2 |
95.69 |
-0.11% | src/lib/msgpuck/msgpuck.h |
| 2 |
84.62 |
-0.33% | src/lib/core/say.c |
| 2 |
87.48 |
0.0% | src/box/vy_run.c |
| 3 |
84.31 |
-0.03% | src/box/xlog.c |
| 3 |
92.24 |
-0.09% | src/box/vinyl.c |
| 4 |
81.82 |
-12.12% | src/lua/minifio.c |
| 4 |
94.25 |
-0.37% | src/box/xrow_update_field.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13236653339.1 | 518 |
87.38 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|