|
Ran
|
Jobs
1
|
Files
478
|
Run time
2min
|
Badge
README BADGES
|
push
github
iproto: don't account message twice in case of override fallback We need to call `tx_accept_msg` in `tx_process_override` before we pass message to the override handler. Unfortunately if handler response with IPROTO_HANDLER_FALLBACK we call the builtin handler for message that calls `tx_accept_msg` again which is not expected. Some actions of this function are idempotent and some are not. Let's make the function NOP if it called once again. Closes #9345 NO_DOC=bugfix (cherry picked from commit 21112b066)
62397 of 113470 branches covered (0.0%)
4 of 4 new or added lines in 1 file covered. (100.0%)
16 existing lines in 5 files now uncovered.93251 of 108642 relevant lines covered (85.83%)
2831218.15 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 7126461179.1 | 0 |
85.83 |
GitHub Action Run |