Ran
|
Jobs
1
|
Files
294
|
Run time
17s
|
Badge
Embed ▾
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/fb0b558511e50100bd98a90bcb95271db230b4c2">fb0b55851<a href="https://github.com/tarantool/tarantool/commit/fb0b558511e50100bd98a90bcb95271db230b4c2"><a href="https://github.com/tarantool/tarantool/commit/fb0b558511e50100bd98a90bcb95271db230b4c2">&quot;&gt;httpc: fix compilation with libcurl &amp;gt;= 7.62.0 Starting from libcurl 7.62.0, CURL_SSL_CACERT is defined as a macro alias to CURLE_PEER_FAILED_VERIFICATION, see https://github.com/curl/curl/commit/</a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/3f3b26d6feb0667714902e836af608094235fca2">3f3b26d6f</a>">3f3b26d6f</a><a href="https://github.com/tarantool/tarantool/commit/fb0b558511e50100bd98a90bcb95271db230b4c2"> This breaks compilation: httpc.c:337:7: error: duplicate case value &#39;CURLE_PEER_FAILED_VERIFICATION&#39; case CURLE_PEER_FAILED_VERIFICATION: ^ httpc.c:336:7: note: previous case defined here case CURLE_SSL_CACERT: ^ curl.h:589:26: note: expanded from macro &#39;CURLE_SSL_CACERT&#39; #define CURLE_SSL_CACERT CURLE_PEER_FAILED_VERIFICATION ^ Fix this by using CURLE_SSL_CACERT only if libcurl version is less than 7.62.0. Note, we can't use CURL_AT_LEAST_VERSION to check libcurl version, because it isn't available in libcurl shipped with CentOS 6. (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/02da15f7109b8bb7921eb97a751607b9dd2885b2">02da15f71">02da15f71)
38362 of 47066 relevant lines covered (81.51%)
898917.76 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.94 |
-0.28% | src/box/replication.cc |
1 |
86.82 |
0.15% | src/box/vy_run.c |
1 |
94.77 |
0.2% | src/box/vy_read_iterator.c |
1 |
96.52 |
-0.43% | src/box/relay.cc |
1 |
96.55 |
-3.45% | src/box/error.h |
2 |
68.51 |
0.0% | src/httpc.c |
2 |
87.96 |
-0.3% | src/box/xrow.c |
2 |
88.47 |
-0.11% | src/box/vinyl.c |
4 |
79.67 |
-0.33% | src/box/xlog.c |
5 |
97.73 |
-0.81% | src/lib/salad/rtree.c |
33 |
83.49 |
0.08% | src/lua/httpc.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
3 | 14895.3 (TARGET=coverage) | 294 |
81.51 |
Travis Job 14895.3 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|