Can you try binary searching stable to see when it broke? (Probably 995 though.)
Evan On Sat, Mar 29, 2008 at 6:03 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2008 at 6:56 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > > > Hello guys, > > > > Looks like latests commits (either to trunk or stable_1-2) broke the > > build completely (at least, for me). > > > Updated, it seems the sequence of rake tasks matters: > > rake clobber compile test > (trunk) > > > 1) Failure: > test_base_handler_config(ConfiguratorTest) [./test/test_configurator.rb:82]: > <[Errno::EBADF, Errno::ECONNREFUSED]> exception expected but was > Class: <Errno::ECONNRESET> > Message: <"An existing connection was forcibly closed by the remote host."> > ---Backtrace--- > C:/Ruby/lib/ruby/1.8/net/protocol.rb:133:in `sysread' > C:/Ruby/lib/ruby/1.8/net/protocol.rb:133:in `rbuf_fill' > C:/Ruby/lib/ruby/1.8/timeout.rb:56:in `timeout' > C:/Ruby/lib/ruby/1.8/timeout.rb:76:in `timeout' > C:/Ruby/lib/ruby/1.8/net/protocol.rb:132:in `rbuf_fill' > C:/Ruby/lib/ruby/1.8/net/protocol.rb:116:in `readuntil' > C:/Ruby/lib/ruby/1.8/net/protocol.rb:126:in `readline' > C:/Ruby/lib/ruby/1.8/net/http.rb:2029:in `read_status_line' > C:/Ruby/lib/ruby/1.8/net/http.rb:2018:in `read_new' > C:/Ruby/lib/ruby/1.8/net/http.rb:1059:in `request' > C:/Ruby/lib/ruby/1.8/net/http.rb:957:in `request_get' > C:/Ruby/lib/ruby/1.8/net/http.rb:380:in `get_response' > C:/Ruby/lib/ruby/1.8/net/http.rb:547:in `start' > C:/Ruby/lib/ruby/1.8/net/http.rb:379:in `get_response' > C:/Ruby/lib/ruby/1.8/net/http.rb:356:in `get' > ./test/test_configurator.rb:83:in `test_base_handler_config' > ./test/test_configurator.rb:82:in `test_base_handler_config' > --------------- > > 61 tests, 541 assertions, 1 failures, 0 errors > > === > > stable_1-2, on the other hand, still highly broken: > > 59 tests, 416 assertions, 2 failures, 35 errors > > > > -- > Luis Lavena > Multimedia systems > - > Human beings, who are almost unique in having the ability to learn from > the experience of others, are also remarkable for their apparent > disinclination to do so. > Douglas Adams > _______________________________________________ > Mongrel-development mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-development > -- Evan Weaver Cloudburst, LLC _______________________________________________ Mongrel-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-development
