tags 747736 + unreproducible thanks Hi,
I have attempted to build this package on a clean chroot, and found no
problem (and thus would like to confirm with you whether this RC bug
report can be closed).
What I found in your failure build log is that all of the failing
tests I checked mention:
1) Error:
HTTPAccess2::TestClient#test_agent_name:
Errno::EADDRINUSE: Address already in use - listen(2)
Now, the tests bind to a port in localhost — The "setup_server"
function in test_http-access2.rb begins with:
def setup_server
@server = WEBrick::HTTPServer.new(
:BindAddress => "localhost",
:Logger => @logger,
:Port => 0,
:AccessLog => [],
:DocumentRoot => File.dirname(File.expand_path(__FILE__))
)
@serverport = @server.config[:Port]
I do feel odd the fact that it declares ":Port => 0" — But then again,
it fails to make the build fail either in my regular work environment
or in a clean chroot.
signature.asc
Description: Digital signature
_______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers
