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 Make Socket.getaddrinfo interruptible (#2827) 2020-08-27 16:39:13 +09:00
test_ancdata.rb * ext/socket/lib/socket.rb: Specify frozen_string_literal: true. 2015-11-14 13:15:33 +00:00
test_basicsocket.rb Thread scheduler for light weight concurrency. 2020-05-14 22:10:55 +12:00
test_nonblock.rb Removed unused variables 2019-06-30 08:45:01 +09:00
test_socket.rb Revert getaddrinfo_a() 2020-12-07 13:33:53 +09:00
test_sockopt.rb Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com> 2016-03-05 00:29:39 +00:00
test_tcp.rb Add resolve_timeout to TCPSocket [Feature #17134] 2020-09-25 15:19:14 +09:00
test_udp.rb tests: support Linux kernels with CONFIG_IPV6=n 2018-10-13 05:18:49 +00:00
test_unix.rb Update UnixSocket#recv_io tests to handle receiving a UnixSocket 2020-09-22 15:44:34 -07:00