1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/socket
normal e79ecc540f 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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-04-21 20:38:58 +00:00
..
test_addrinfo.rb
test_ancdata.rb
test_basicsocket.rb test/socket/test_basicsocket: handle :wait_readable on read_nonblock 2017-04-21 20:38:58 +00:00
test_nonblock.rb
test_socket.rb
test_sockopt.rb
test_tcp.rb
test_udp.rb
test_unix.rb