[ruby-cvs:65609] normal:r58437 (trunk): test/socket/test_basicsocket: handle :wait_readable on read_nonblock
normal at ruby-lang.org
normal at ruby-lang.org
Sat Apr 22 05:38:58 JST 2017
normal 2017-04-22 05:38:58 +0900 (Sat, 22 Apr 2017)
New Revision: 58437
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58437
Log:
test/socket/test_basicsocket: handle :wait_readable on read_nonblock
On some systems with slower local sockets, :wait_readable may
happen and we should wait on it to drain the socket.
This is a possible fix for https://bugs.ruby-lang.org/issues/13491
* test/socket/test_basicsocket.rb (test_read_write_nonblock):
handle :wait_readable on read_nonblock
Modified files:
trunk/test/socket/test_basicsocket.rb
More information about the ruby-cvs
mailing list