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
Masaki Matsushita 5d8bcc4870 Revert getaddrinfo_a()
getaddrinfo_a() gets stuck after fork().
To avoid this, we need 1 second sleep to wait for internal
worker threads of getaddrinfo_a() to be finished, but that is unacceptable.

[Bug #17220] [Feature #17134] [Feature #17187]
2020-12-07 13:33:53 +09:00
..
test_addrinfo.rb
test_ancdata.rb
test_basicsocket.rb
test_nonblock.rb
test_socket.rb Revert getaddrinfo_a() 2020-12-07 13:33:53 +09:00
test_sockopt.rb
test_tcp.rb Add resolve_timeout to TCPSocket [Feature #17134] 2020-09-25 15:19:14 +09:00
test_udp.rb
test_unix.rb