|
Ran
|
Jobs
1
|
Files
513
|
Run time
3min
|
Badge
README BADGES
|
push
github
box: fix memleak on functional index drop We just don't free functional index keys on functional index drop now. Let's approach keys deletion as in the case of primary index drop ie let's drop these keys in background. We should set `use_hint` to `true` in case of MEMTX_TREE_VTAB_DISABLED tree index methods because `memtx_tree_disabled_index_vtab` uses `memtx_tree_index_destroy<true>`. Otherwise we get read outside of index structure for stub functional index on destroy for introduced `is_func` field (which is reported by ASAN). Closes #10163 NO_DOC=bugfix (cherry picked from commit 319357d59)
67425 of 119899 branches covered (56.23%)
7 of 7 new or added lines in 1 file covered. (100.0%)
17 existing lines in 10 files now uncovered.100129 of 114994 relevant lines covered (87.07%)
2449007.31 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9682210308.1 | 0 |
87.07 |
GitHub Action Run |