|
Ran
|
Jobs
1
|
Files
518
|
Run time
3min
|
Badge
README BADGES
|
push
github
memtx: record getting the index size in the MVCC Currently getting the index size (aka calling the index.len() method) is not recorded in the MVCC. This has a side effect that if the size if an index is changed after the transaction first inspected it, it's not conflicted and may continue performing writing operations on the space. That's a problem since in this case the transaction can perform a set of operations assuming that at the time it commits the size of the index is the same as been checked, which may not be true. Let's fix this by informing the MVCC system about the index size check performed by a transaction. Closes #10149 NO_DOC=bugfix (cherry picked from commit 04a54ab64)
70057 of 123929 branches covered (56.53%)
4 of 4 new or added lines in 4 files covered. (100.0%)
103092 of 117818 relevant lines covered (87.5%)
2112956.75 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 15731190500.1 | 518 |
87.5 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|