|
Ran
|
Files
519
|
Run time
25s
|
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%)
103423 of 118124 relevant lines covered (87.55%)
1611714.72 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|