|
Ran
|
Jobs
1
|
Files
519
|
Run time
2min
|
Badge
README BADGES
|
push
github
diag: remove debug logging from functions setting diag When we fail to write a log message to syslog to try to reconnect and write it again in `write_to_syslog()`. If reconnecting failed and log level is debug we log error but this involves another reconnecting attempt and so on. As result Tarantool is crashed due to stack overflow. Let's remove logging error in `diag_set()` and `diag_add()`. Is not considered useful. Debug logging produces a lot of messages, to make it helpful we are going support turning logging on by module. In this case logging all errors in diag.h will not be helpful. Closes #11840 NO_DOC=bugfix (cherry picked from commit 9b3bec01f)
68700 of 116257 branches covered (59.09%)
103419 of 118118 relevant lines covered (87.56%)
1594689.45 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
91.18 |
0.47% | src/box/box.cc |
| 1 |
95.84 |
-0.12% | src/box/replication.cc |
| 1 |
80.74 |
-0.41% | src/box/tuple_bloom.c |
| 1 |
94.46 |
0.0% | src/box/vy_read_iterator.c |
| 1 |
96.55 |
-0.86% | src/lib/vclock/vclock.c |
| 2 |
87.22 |
-0.01% | src/box/vy_run.c |
| 2 |
89.26 |
-0.1% | src/box/xrow.c |
| 2 |
94.66 |
-0.35% | src/box/xrow_update_field.c |
| 2 |
93.01 |
0.07% | src/lib/core/fiber.c |
| 2 |
82.22 |
-4.44% | src/lib/core/latch.h |
| 2 |
97.26 |
0.2% | src/lib/msgpuck/msgpuck.h |
| 3 |
91.55 |
-0.58% | src/box/gc.c |
| 3 |
97.99 |
-0.22% | src/box/memtx_tx.c |
| 4 |
90.52 |
-0.3% | src/box/applier.cc |
| 5 |
92.33 |
-0.18% | src/box/vinyl.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18595624746.1 | 519 |
87.56 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|