Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
Throw any errors before stack changes in trace stitching. Thanks to doujiang24. (cherry-picked from commit 3f9389edc) The Lua stack is changed in the `recff_stitch`, so if the trace is aborted, for example, when the `maxsnap` is reached, and an error is thrown from there, the execution continues with an unbalanced stack. This patch adds a check for snapshot overflow to the `recff_stitch` to overcome the issue for the `LJ_TRERR_SNAPOV` case, but other cases remain unresolved and should be fixed in other series. For a detailed description of the remaining cases, see the issue #1166. Maxim Kokryashkin: * added the description and the test for the problem Part of tarantool/tarantool#9595 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Reviewed-by: Sergey Kaplun <skaplun@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 1b8216023)
5661 of 6017 branches covered (94.08%)
Branch coverage included in aggregate %.
2 of 2 new or added lines in 1 file covered. (100.0%)
18 existing lines in 4 files now uncovered.21606 of 23411 relevant lines covered (92.29%)
2820451.25 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
88.02 |
0.67% | src/lj_crecord.c |
2 |
91.96 |
-0.45% | src/luajit.c |
5 |
77.39 |
-0.24% | src/lj_opt_fold.c |
10 |
77.41 |
-1.01% | src/lj_api.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 8248340217.1 | 89 |
92.66 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|