Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
memtx: always read prepared tuples of system spaces Since we often search spaces, users, funcs and so on in internal caches that have `read-committed` isolation level (prepared tuples are seen), let's always allow to read prepared tuples of system spaces. Another advantage of such approach is that we never handle MVCC when working with system spaces, so after the commit they will behave in the same way - prepared tuples will be seen. The only difference is that readers of prepared rows will be aborted if the row will be rolled back. By the way, the inconsistency between internal caches and system spaces could lead to crash in some sophisticated scenarios - the commit fixes this problem as well because now system spaces and internal caches are synchronized. Closes #10262 Closes tarantool/security#131 NO_DOC=bugfix (cherry picked from commit b33f17b25)
68528 of 121717 branches covered (56.3%)
5 of 5 new or added lines in 1 file covered. (100.0%)
323 existing lines in 15 files now uncovered.101127 of 115862 relevant lines covered (87.28%)
2537580.4 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.56 |
-0.16% | src/box/txn_limbo.c |
1 |
87.74 |
0.08% | src/box/vy_run.c |
1 |
95.79 |
-0.05% | src/box/iproto.cc |
1 |
89.05 |
-0.08% | src/box/vy_log.c |
1 |
95.4 |
-1.15% | src/histogram.c |
1 |
94.74 |
-1.75% | src/box/engine.h |
1 |
90.51 |
-0.63% | src/box/engine.c |
2 |
95.45 |
-4.55% | src/lib/json/json.h |
2 |
94.11 |
-0.39% | src/lua/fiber.c |
2 |
91.25 |
0.47% | src/box/box.cc |
3 |
22.62 |
-0.06% | src/lib/uri/uri_parser.c |
3 |
92.08 |
-0.14% | src/box/vinyl.c |
3 |
94.57 |
-0.2% | src/box/xrow_update_field.c |
9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
292 |
87.42 |
0.09% | src/box/alter.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11400138647.1 | 514 |
87.28 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|