|
Ran
|
Jobs
1
|
Files
518
|
Run time
437min
|
Badge
README BADGES
|
push
github
log: fix message being truncated to 1024 bytes Before this patch, when log format was set to 'json' and log entry was written with format-string API (`require('log').info(<format string>, args...)`), in the output the message was truncated to 1024 bytes. This patch fixes this behavior, and now the message will only be truncated if the full log entry (with all the context) doesn't fit into the 16KiB buffer. The message will be truncated in a way, so all the context is present. Closes #10918 NO_DOC=bugfix (cherry picked from commit 6b891b4f7)
69754 of 123596 branches covered (56.44%)
60 of 62 new or added lines in 2 files covered. (96.77%)
29 existing lines in 14 files now uncovered.102752 of 117578 relevant lines covered (87.39%)
2411162.92 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
85.03 |
0.42% | src/lib/core/say.c |
| 1 |
88.89 |
1.62% | src/lib/core/util.c |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
95.69 |
-0.11% | src/lib/msgpuck/msgpuck.h |
| 1 |
96.55 |
-0.86% | src/lib/vclock/vclock.c |
| 1 |
95.36 |
-0.31% | src/box/raft.c |
| 1 |
92.93 |
-0.12% | src/lib/core/fiber.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 2 |
89.27 |
-0.06% | src/box/xrow.c |
| 2 |
94.22 |
-0.39% | src/lua/fiber.c |
| 2 |
91.26 |
0.45% | src/box/box.cc |
| 2 |
92.15 |
0.0% | src/box/vinyl.c |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 3 |
91.03 |
-0.2% | src/box/vy_scheduler.c |
| 3 |
97.95 |
-0.22% | src/box/memtx_tx.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 4 |
94.43 |
-0.62% | src/box/xrow_update_field.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13296626249.1 | 518 |
87.39 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|