|
Ran
|
Jobs
1
|
Files
513
|
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)
69815 of 117577 branches covered (59.38%)
5 of 5 new or added lines in 1 file covered. (100.0%)
39 existing lines in 16 files now uncovered.104762 of 119539 relevant lines covered (87.64%)
1379492.76 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 8 |
60.42 |
-5.56% | src/lib/core/fio.c |
| 6 |
95.2 |
-1.25% | src/box/vy_read_iterator.c |
| 4 |
88.08 |
-0.2% | src/box/vy_run.c |
| 3 |
90.52 |
-0.22% | src/box/applier.cc |
| 2 |
91.38 |
-0.03% | src/box/box.cc |
| 2 |
89.25 |
0.0% | src/box/xrow.c |
| 2 |
85.61 |
-0.72% | src/lib/core/coio.c |
| 2 |
92.93 |
-0.19% | src/lib/core/fiber.c |
| 2 |
82.22 |
-4.44% | src/lib/core/latch.h |
| 2 |
85.94 |
-0.32% | src/lib/core/say.c |
| 1 |
95.72 |
-0.12% | src/box/replication.cc |
| 1 |
97.67 |
-0.78% | src/lib/fakesys/fakeev.c |
| 1 |
97.26 |
0.1% | src/lib/msgpuck/msgpuck.h |
| 1 |
22.68 |
-0.02% | src/lib/uri/uri_parser.c |
| 1 |
97.41 |
0.0% | src/lib/vclock/vclock.c |
| 1 |
75.06 |
-0.25% | src/main.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18711308531.1 | 513 |
87.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|