|
Ran
|
Jobs
1
|
Files
89
|
Run time
17s
|
Badge
README BADGES
|
push
github
Consider slots used by upvalues in use-def analysis. Reported by XmiliaH. (cherry picked from commit 3a654999c) `snap_usedef()` analysis doesn't check slots for child upvalues of the currentlly recorded function in use-def analysis. Hence, such slots may be considered unused and not stored in the snapshot. So on snapshot restoration, values from these slots may be lost. This patch adds a marking for all such local upvalues. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#9595
5414 of 6006 branches covered (0.0%)
Branch coverage included in aggregate %.
20733 of 23389 relevant lines covered (88.64%)
2803273.94 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7816458828.1 | 0 |
88.95 |
GitHub Action Run |