|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
push
github
Fix VM event error handling for finalizers. Reported by Sergey Kaplun. (cherry picked from commit fbb36bb6b) After the previous commit, the VM handler for the 'errfin' VM event works incorrectly. The error object is taken not from the stack on which the VM handler is invoked. Hence, it breaks the non-VM stack and returns an incorrect error message. This patch fixes the issue by copying the object from the corresponding Lua stack. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#12134 Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Sergey Kaplun <skaplun@tarantool.org> (cherry picked from commit 73477ed12)
5718 of 6055 branches covered (94.43%)
Branch coverage included in aggregate %.
21832 of 23544 relevant lines covered (92.73%)
3973726.46 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 11 |
97.45 |
-0.02% | src/lj_trace.c |
| 3 |
99.51 |
0.33% | src/lj_gc.c |
| 2 |
92.43 |
-0.24% | src/lj_ffrecord.c |
| 2 |
98.27 |
0.01% | src/lj_state.c |
| 1 |
96.63 |
-0.07% | src/lj_asm.c |
| 1 |
99.22 |
-0.78% | src/lj_func.c |
| 1 |
87.8 |
0.96% | src/lj_vmevent.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 23743113095.1 | 89 |
93.08 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|