|
Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
README BADGES
|
push
github
vinyl: fix cache invalidation on rollback of DELETE statement Once a statement is prepared to be committed to WAL, it becomes visible (in the 'read-committed' isolation level) so it can be added to the tuple cache. That's why if the statement is rolled back due to a WAL error, we have to invalidate the cache. The problem is that the function invalidating the cache (`vy_cache_on_write`) ignores the statement if it's a DELETE judging that "there was nothing and there is nothing now". This is apparently wrong for rollback. Fix it. Closes #10879 NO_DOC=bug fix (cherry picked from commit d64e29da2)
68583 of 121826 branches covered (56.3%)
9 of 9 new or added lines in 2 files covered. (100.0%)
55 existing lines in 18 files now uncovered.101191 of 115947 relevant lines covered (87.27%)
2794534.19 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12252150082.1 | 0 |
87.27 |
GitHub Action Run |