Bug #1324
closedImap Tests hanging
Description
=begin
Ruby built with VC2008. Two tests, test_starttls and test_unexpected_eof hang. Tracing through the debugger, the two threads are in loops that call select and then go to sleep. They never come out of it. Note that changing the server = TCPServer.new(0) to server = TCPServer.new("localhost") allows the tests to run, but then:
ruby net\imap\test_imap.rb
- Failure:
test_imaps_post_connection_check(IMAPTest) [net/imap/test_imap.rb:59]:
[OpenSSL::SSL::SSLError] exception expected, not
Class:
Message: <"getaddrinfo: The specified class was not found. ">
---Backtrace---
net/imap/test_imap.rb:118:ininitialize' net/imap/test_imap.rb:118:in
new'
net/imap/test_imap.rb:118:inimaps_test' net/imap/test_imap.rb:60:in
block in test_imaps_post_connection_check'
- Failure:
test_imaps_unknown_ca(IMAPTest) [net/imap/test_imap.rb:23]:
[OpenSSL::SSL::SSLError] exception expected, not
Class:
Message: <"getaddrinfo: The specified class was not found. ">
---Backtrace---
net/imap/test_imap.rb:118:ininitialize' net/imap/test_imap.rb:118:in
new'
net/imap/test_imap.rb:118:inimaps_test' net/imap/test_imap.rb:24:in
block in test_imaps_unknown_ca'
-
Failure:
test_imaps_verify_none(IMAPTest) [net/imap/test_imap.rb:47]:
Exception raised:
<#<SocketError: getaddrinfo: The specified class was not found. >>. -
Failure:
test_imaps_with_ca_file(IMAPTest) [net/imap/test_imap.rb:35]:
Exception raised:
<#<SocketError: getaddrinfo: The specified class was not found. >>. -
Error:
test_starttls(IMAPTest):
SocketError: getaddrinfo: The specified class was not found.
net/imap/test_imap.rb:156:ininitialize' net/imap/test_imap.rb:156:in
new'
net/imap/test_imap.rb:156:instarttls_test' net/imap/test_imap.rb:72:in
test_starttls' -
Error:
test_unexpected_eof(IMAPTest):
SocketError: getaddrinfo: The specified class was not found.
net/imap/test_imap.rb:85:ininitialize' net/imap/test_imap.rb:85:in
new'
net/imap/test_imap.rb:85:in `test_unexpected_eof'
=end