1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/library/socket
normal 81f1285b9c spec/ruby/library/socket/socket/getaddrinfo_spec.rb: avoid nonsensical lookup
"http" is a TCP service, so /etc/services on typical GNU/Linux systems
only specify a TCP port for it.  Use "discard" since it seems
used for other specs and is specified as both TCP and UDP.

This caused many CI failures like the following:
  git clone https://gist.github.com/812a9b747e4c4cb2e844d4be7991cd2d

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-08-03 21:53:21 +00:00
..
addrinfo Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
ancillarydata Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
basicsocket Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
constants Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
fixtures Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
ipsocket Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
option Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
shared Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
socket spec/ruby/library/socket/socket/getaddrinfo_spec.rb: avoid nonsensical lookup 2018-08-03 21:53:21 +00:00
tcpserver Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
tcpsocket Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
udpsocket Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
unixserver Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
unixsocket Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00
spec_helper.rb Update to ruby/spec@9be7c7e 2018-08-03 16:19:40 +00:00