• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zeromq / libzmq / 2047
76%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2016 05:50PM UTC
Jobs 1
Files 232
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2047

Pull #1902

travis-ci

bluca
Problem: can't unbind with bound addr with IPv6

Solution: try to resolve the TCP endpoint passed by the user in the
zmq_unbind call before giving up, if it doesn't match.
This fixes a breakage in the API, where after a call to
zmq_bind(s, "tcp://127.0.0.1:9999") with IPv6 enabled on s would
result in the call to zmq_unbind(s, "tcp://127.0.0.1:9999") failing.
Add more test cases to increase coverage on all combinations of TCP
endpoints.
Pull Request #1902: Problem: can't unbind with bound addr with IPv6

17 of 17 new or added lines in 1 file covered. (100.0%)

8015 of 10721 relevant lines covered (74.76%)

35328.77 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/ip.cpp
4
100.0
src/pipe.cpp
Jobs
ID Job ID Ran Files Coverage
6 2047.6 (BUILD_TYPE=coverage CURVE=tweetnacl) 18 Apr 2016 05:50PM UTC 0
74.76
Travis Job 2047.6
Source Files on build 2047
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2047
  • Pull Request #1902
  • PR Base - master (#2045)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc