|
Ran
|
Jobs
1
|
Files
114
|
Run time
1min
|
Badge
README BADGES
|
push
github
Fix crash in sp_describe_undeclared_parameters (#2687) (#2700) In our previous attempt of fixing sp_describe_undeclared_parameters related crash, we missed some corner cases where few variables will be left NULL if is_sp_describe_undeclared_parameters is marked as false. Then when we try to access those variables, we get seg fault. In this commit, we fix it by adding extra check on is_sp_describe_undeclared_parameters. Issues Resolved BABEL-5068 Signed-off-by: Shameem Ahmed shmeeh@amazon.com Signed-off-by: Shameem Ahmed <shameemahmed20apr2000@gmail.com> (cherry picked from commit 2c541617b)
63 of 74 new or added lines in 1 file covered. (85.14%)
8 existing lines in 2 files now uncovered.42164 of 57429 relevant lines covered (73.42%)
109063.17 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 9741962184.1 | 0 |
73.42 |
GitHub Action Run |