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

warner / foolscap / 283 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2016 07:56PM UTC
Files 63
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

01 Sep 2016 07:51PM UTC coverage: 88.655% (+0.006%) from 88.649%
283.1

push

travis-ci

warner
allocate_tcp_port: avoid loopback-bound sockets

I thought I'd fixed this, but I'm still seeing occasional failures,
where another process has bound a socket to 127.0.0.1, and
allocate_tcp_port() gives it to me anyways. I wouldn't be surprised if
the code that's using the socket is binding it to lo0 too, otherwise it
might not cause a problem.

I think the fix is for allocate_tcp_port() to attempt to bind a
socket (with the proposed port number) to both 0.0.0.0 and then
127.0.0.1, seeing if either gives us an error.

(re) closes ticket:258

7736 of 8726 relevant lines covered (88.65%)

0.89 hits per line

Source Files on job 283.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 283
  • Travis Job 283.1
  • a1cde254 on github
  • Prev Job for on master (#282.1)
  • Next Job for on master (#284.1)
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

© 2025 Coveralls, Inc