|
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)
69077 of 116467 branches covered (59.31%)
5 of 5 new or added lines in 1 file covered. (100.0%)
39 existing lines in 16 files now uncovered.103917 of 118681 relevant lines covered (87.56%)
1343686.4 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.52 |
-0.07% | src/box/applier.cc |
| 1 |
60.42 |
-0.69% | src/lib/core/fio.c |
| 1 |
90.38 |
-1.77% | src/lib/core/trigger.cc |
| 1 |
96.95 |
-0.1% | src/lib/msgpuck/msgpuck.h |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 2 |
91.32 |
0.43% | src/box/box.cc |
| 2 |
95.84 |
-0.11% | src/box/iproto.cc |
| 2 |
84.46 |
0.04% | src/box/xlog.c |
| 2 |
96.15 |
-3.85% | src/lib/core/iostream.h |
| 2 |
95.45 |
-4.55% | src/lib/json/json.h |
| 3 |
92.31 |
-0.13% | src/box/vinyl.c |
| 3 |
94.15 |
-1.6% | src/box/vy_range.c |
| 3 |
94.25 |
-0.62% | src/box/xrow_update_field.c |
| 4 |
22.64 |
-0.08% | src/lib/uri/uri_parser.c |
| 4 |
81.82 |
-12.12% | src/lua/minifio.c |
| 7 |
94.99 |
-1.46% | src/box/vy_read_iterator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18711311449.1 | 519 |
87.56 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|