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

celluloid / celluloid-io
88%
master: 2%

Build:
Build:
LAST BUILD BRANCH: mark-as-unmaintained
DEFAULT BRANCH: master
Repo Added 06 Mar 2013 10:07PM UTC
Files 13
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

LAST BUILD ON BRANCH fix-connect_nonblock
branch: fix-connect_nonblock
CHANGE BRANCH
x
Reset
  • fix-connect_nonblock
  • 0-14-stable
  • 0.17.0-dependent
  • add-post-connection-check
  • consolidate-spec
  • enable-2.0.0
  • fix-fd-leak
  • mark-as-unmaintained
  • master
  • simultaneous-read-write
  • tarcieri/0-17-3
  • tcpsocket-recv
  • use_unshared_spec_examples
  • v0.16.0
  • v0.16.0.pre
  • v0.16.0.pre2
  • v0.16.1
  • v0.16.2
  • v0.16.5.pre0
  • v0.17.0
  • v0.17.1
  • v0.17.2
  • v0.17.3
  • waiting-for-celluloid-0.17.0

pending completion
364

push

travis-ci

ioquatix
Handle MRI's Errno::EALREADY in connect_nonblock. Fixes #138

In certain high-load situations in RubyDNS (thousands of connections), it
has been observed that `Socket#connect_nonblock` sometimes fails with
`Errno::EALREADY`: a connection is already in progress for the specified
socket. In this case I believe it is prudent that we wait for the socket to
become writable and then attempt to `connect_nonblock` again, at which
point the connection should either fail or give `Errno::EISCONN`.

851 of 970 relevant lines covered (87.73%)

864.32 hits per line

Relevant lines Covered
Build:
Build:
970 RELEVANT LINES 851 COVERED LINES
864.32 HITS PER LINE
Source Files on fix-connect_nonblock
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
364 fix-connect_nonblock Handle MRI's Errno::EALREADY in connect_nonblock. Fixes #138 In certain high-load situations in RubyDNS (thousands of connections), it has been observed that `Socket#connect_nonblock` sometimes fails with `Errno::EALREADY`: a connection is alread... push 21 Apr 2015 07:46AM UTC ioquatix travis-ci pending completion  
See All Builds (295)
  • Repo on GitHub
  • CI Project
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