From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Evan Weaver" Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Stats of latest commits Date: Sat, 29 Mar 2008 18:02:31 -0400 Message-ID: References: <71166b3b0803291456j3e40b6a3oe796400ef8e83bc3@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206828323 3833 80.91.229.12 (29 Mar 2008 22:05:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Mar 2008 22:05:23 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Sat Mar 29 23:05:55 2008 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org In-Reply-To: <71166b3b0803291456j3e40b6a3oe796400ef8e83bc3-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> Content-Disposition: inline X-Google-Sender-Auth: 336c277c6c456ce4 X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:17 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1JfjBP-0005WM-Sg for gclrmd-mongrel-development@m.gmane.org; Sat, 29 Mar 2008 23:05:52 +0100 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 001EE18586D7; Sat, 29 Mar 2008 18:05:13 -0400 (EDT) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by rubyforge.org (Postfix) with ESMTP id 8B2CC18586C0 for ; Sat, 29 Mar 2008 18:02:32 -0400 (EDT) Received: by wa-out-1112.google.com with SMTP id l24so1057171waf.17 for ; Sat, 29 Mar 2008 15:02:31 -0700 (PDT) Received: by 10.115.88.1 with SMTP id q1mr6698915wal.98.1206828151434; Sat, 29 Mar 2008 15:02:31 -0700 (PDT) Received: by 10.114.205.10 with HTTP; Sat, 29 Mar 2008 15:02:31 -0700 (PDT) List-Post: Port already in use? Evan On Sat, Mar 29, 2008 at 5:56 PM, Luis Lavena wrote: > Hello guys, > > Looks like latests commits (either to trunk or stable_1-2) broke the > build completely (at least, for me). > > trunk: 996 (normalperson) > ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] > > 61 tests, 494 assertions, 2 failures, 1 errors > > === > > 1) Failure: > test_base_handler_config(ConfiguratorTest) [./test/test_configurator.rb:82]: > <[Errno::EBADF, Errno::ECONNREFUSED]> exception expected but was > Class: > 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' > --------------- > > 2) Failure: > test_horrible_queries(HttpParserTest) > [./test/test_http11.rb:221:in `test_horrible_queries' > ./test/test_http11.rb:219:in `times' > ./test/test_http11.rb:219:in `test_horrible_queries']: > exception expected but none was thrown. > > 3) Error: > test_parse_ie6_urls(HttpParserTest): > Mongrel::HttpParserError: Invalid HTTP format, parsing fails. > ./test/test_http11.rb:67:in `execute' > ./test/test_http11.rb:67:in `test_parse_ie6_urls' > ./test/test_http11.rb:58:in `each' > ./test/test_http11.rb:58:in `test_parse_ie6_urls' > > === > > "stable", on the other hand, is doom, pastie follows: > > http://pastie.caboo.se/172564 > > > Don't know what happened, or maybe it's me :-P > > regards, > -- > 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 > Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-development > -- Evan Weaver Cloudburst, LLC