|
Ran
|
Jobs
1
|
Files
519
|
Run time
2min
|
Badge
README BADGES
|
push
github
box: populate sysview iterator with position method Currently Tarantool crashes when one tries to use pagination on a `sysview` space because it doesn't have `iterator_position` method and it's even not initialized to a generic version throwing an error. Anyway, `sysview` spaces support only `tree` indexes, so pagination definitely may work there - let's populate this engine with `iterator_position` method which simply calls the same method of the underlying iterator. Closes #11953 NO_DOC=bugfix (cherry picked from commit ffa157d2d)
68719 of 116259 branches covered (59.11%)
5 of 5 new or added lines in 1 file covered. (100.0%)
13 existing lines in 6 files now uncovered.103427 of 118113 relevant lines covered (87.57%)
1601948.32 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
96.13 |
-0.19% | src/box/relay.cc |
| 1 |
87.3 |
0.08% | src/box/vy_run.c |
| 2 |
91.11 |
-0.06% | src/box/box.cc |
| 2 |
97.05 |
-0.2% | src/lib/msgpuck/msgpuck.h |
| 3 |
92.92 |
-0.09% | src/lib/core/fiber.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18711313962.1 | 519 |
87.57 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|