Repo Added
|
Files
89
|
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 `lj_record_stop`, 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. Since the only error that is thrown from the `lj_record_stop` with modified stack is `LJ_TRERR_SNAPOV`, this patch adds a check for snapshot overflow to the `recff_stitch`. Maxim Kokryashkin: * added the description and the test for the problem Part of tarantool/tarantool#9595
5423 of 6017 branches covered (90.13%)
Branch coverage included in aggregate %.
20743 of 23411 relevant lines covered (88.6%)
2802398.38 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
7929163030 | fckxorg/lj-pr-720-errors-before-stitch | Throw any errors before stack changes in trace stitching. Thanks to doujiang24. (cherry-picked from commit 3f9389edc) The Lua stack is changed in the `lj_record_stop`, so if the trace is aborted, for example, when... | push | fckxorg | github |
88.92 |