|
Ran
|
Jobs
1
|
Files
305
|
Run time
20s
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/<a class="double-link" href="https://git"><a class=hub.com/tarantool/tarantool/commit/995376f5496ead1e8c0125bdf6a653e233a93fa3">995376f54<a href="https://github.com/tarantool/tarantool/commit/995376f5496ead1e8c0125bdf6a653e233a93fa3"><a href="https://github.com/tarantool/tarantool/commit/995376f5496ead1e8c0125bdf6a653e233a93fa3">&quot;&gt;xrow: improve corrupted header logging on an error Improve row printing to log. Since say only has 16k buffer, there is no point in printing the whole packet, which can have arbitrary length, in one go. So, print the header row by row, 16 bytes in a row, and format output to match `xxd` output: ``` [001] 2019-04-05 18:22:46.679 [11859] iproto V&amp;gt; Got a corrupted row: [001] 2019-04-05 18:22:46.679 [11859] iproto V&amp;gt; 00000000: A3 02 D6 5A E4 D9 E7 68 A1 53 8D 53 60 5F 20 3F [001] 2019-04-05 18:22:46.679 [11859] iproto V&amp;gt; 00000010: D8 E2 D6 E2 A3 02 D6 5A E4 D9 E7 68 A1 53 8D 53 ``` Now we can get rid of malloc, and use a preallocated tt_static_buf instead. Also, replace a big macro with a small macro and a helper function. Followup to </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/f645119f7732b67ed50b48b1b9d7c8b683953931">f645119f7</a>">f645119f7</a><a href="https://github.com/tarantool/tarantool/commit/995376f5496ead1e8c0125bdf6a653e233a93fa3"> (cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/9d9b4188daa144d53afc9c515262aedac0a469b0">9d9b4188d">9d9b4188d)
14 of 14 new or added lines in 1 file covered. (100.0%)
41406 of 50292 relevant lines covered (82.33%)
855720.27 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 5 | 16407.5 (TARGET=coverage) | 0 |
82.33 |
Travis Job 16407.5 |