pykafka
pykafka copied to clipboard
fix broken version comparison used during ssl tests
This pull request fixes a version comparison operation that caused ssl tests not to run under kafka 0.10.
Codecov Report
:exclamation: No coverage uploaded for pull request base (
master@26ce1c0). Click here to learn what that means. The diff coverage is0%.
@@ Coverage Diff @@
## master #682 +/- ##
=========================================
Coverage ? 81.25%
=========================================
Files ? 25
Lines ? 3302
Branches ? 485
=========================================
Hits ? 2683
Misses ? 479
Partials ? 140
| Impacted Files | Coverage Δ | |
|---|---|---|
| pykafka/connection.py | 77.65% <0%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 26ce1c0...f273b6a. Read the comment docs.
See the travis runs on this branch - ssl connections are currently failing with dh key is too small.