|
Ran
|
Jobs
1
|
Files
519
|
Run time
1min
|
Badge
README BADGES
|
push
github
box: compare pagination position against key only for tree index Currently, we check that pagination position meets search criteria, otherwise the invalid position can break Tarantool or lead to invalid results. However, this check mustn't be done for `rtree` index because it works with `array` fields and our comparators don't support them. Since this check makes sense only for `tree` index (because it's the only ordered index), let's simply omit this check for other indexes. Closes #11963 NO_DOC=bugfix (cherry picked from commit 9941bd5ba)
68708 of 116261 branches covered (59.1%)
9 of 9 new or added lines in 1 file covered. (100.0%)
32 existing lines in 14 files now uncovered.103423 of 118124 relevant lines covered (87.55%)
1611714.72 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.74 |
0.15% | src/box/applier.cc |
| 1 |
90.8 |
0.15% | src/box/box.cc |
| 1 |
81.92 |
0.03% | src/box/index.cc |
| 1 |
95.84 |
-0.12% | src/box/replication.cc |
| 1 |
96.15 |
-0.05% | src/lib/salad/bps_tree.h |
| 2 |
95.84 |
-0.11% | src/box/iproto.cc |
| 2 |
95.96 |
-0.37% | src/box/relay.cc |
| 2 |
92.46 |
0.0% | src/box/vinyl.c |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 2 |
97.26 |
0.0% | src/lib/msgpuck/msgpuck.h |
| 3 |
91.55 |
-0.58% | src/box/gc.c |
| 4 |
87.03 |
-0.27% | src/box/vy_run.c |
| 4 |
81.82 |
-12.12% | src/lua/minifio.c |
| 6 |
93.87 |
-1.19% | src/box/xrow_update_field.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18866107824.1 | 519 |
87.55 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|