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