Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
memtx: do not pass pagination key to MVCC Currently, when starting an iterator in memtx tree on a range request, we pass key from `start_data` to memtx MVCC. The problem is `start_data` can contain pagination key that is extracted with `cmp_def`, but MVCC performs all comparisons with `key_def`. Fortunately, first parts of `cmp_def` is actually `key_def` of the index, so let's crop `start_data` by passing `part_count` not greater than `key_def->part_count` to MVCC. Closes #10448 NO_DOC=bugfix (cherry picked from commit 0dca0076c)
62994 of 114229 branches covered (55.15%)
2 of 2 new or added lines in 1 file covered. (100.0%)
37 existing lines in 10 files now uncovered.93867 of 109286 relevant lines covered (85.89%)
2990226.08 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.33 |
-0.11% | src/lib/core/fiber.c |
1 |
96.0 |
-4.0% | src/lib/core/trigger.h |
1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
2 |
95.67 |
-0.39% | src/box/relay.cc |
3 |
89.46 |
-0.32% | src/box/vy_scheduler.c |
3 |
94.68 |
-1.6% | src/box/vy_range.c |
4 |
81.82 |
-12.12% | src/lua/minifio.c |
5 |
93.44 |
-0.82% | src/box/replication.cc |
8 |
87.98 |
-2.73% | src/lib/salad/mhash.h |
9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10527663440.1 | 479 |
85.89 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|