|
Ran
|
Jobs
1
|
Files
518
|
Run time
1min
|
Badge
README BADGES
|
push
github
box: flush WAL queue on sync `wal_sync()` is expected to flush all prepared txns on disk. Currently it is not so because we do not flush txns waiting in WAL queue. AFAIU the issue exists for all the places where we use `wal_sync()` (except for `box_wait_limbo_acked()` where we already flush WAL queue). The test is only added for the vinyl index build as there are explicit tickets for that. Closes #11118 Closes #11119 NO_DOC=bugfix (cherry picked from commit af5f033a0)
69938 of 123829 branches covered (56.48%)
1 of 1 new or added line in 1 file covered. (100.0%)
24 existing lines in 12 files now uncovered.102944 of 117700 relevant lines covered (87.46%)
2183023.04 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
95.78 |
-0.12% | src/box/replication.cc |
| 1 |
80.74 |
-0.41% | src/box/tuple_bloom.c |
| 1 |
92.51 |
0.0% | src/box/vinyl.c |
| 1 |
87.5 |
-1.79% | src/box/xlog.h |
| 1 |
96.3 |
-3.7% | src/cpu_feature.c |
| 1 |
90.38 |
-1.92% | src/lib/core/trigger.cc |
| 1 |
97.36 |
0.2% | src/lib/msgpuck/msgpuck.h |
| 2 |
95.05 |
-0.62% | src/box/raft.c |
| 2 |
94.68 |
-1.06% | src/box/vy_range.c |
| 2 |
87.3 |
0.0% | src/box/vy_run.c |
| 2 |
94.23 |
-0.41% | src/box/xrow_update_field.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14240321701.1 | 518 |
87.46 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|