From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.140.141.15 with SMTP id o15cs501522rvd; Tue, 19 Jan 2010 15:23:26 -0800 (PST) Received: from mr.google.com ([10.140.82.21]) by 10.140.82.21 with SMTP id f21mr3316112rvb.8.1263943406314 (num_hops = 1); Tue, 19 Jan 2010 15:23:26 -0800 (PST) Received: by 10.140.82.21 with SMTP id f21mr294275rvb.8.1263943404634; Tue, 19 Jan 2010 15:23:24 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.141.100.2 with SMTP id c2ls93365rvm.1.p; Tue, 19 Jan 2010 15:23:23 -0800 (PST) Received: by 10.141.2.7 with SMTP id e7mr1313214rvi.9.1263943403443; Tue, 19 Jan 2010 15:23:23 -0800 (PST) Received: by 10.141.2.7 with SMTP id e7mr1313213rvi.9.1263943403425; Tue, 19 Jan 2010 15:23:23 -0800 (PST) Return-Path: Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by gmr-mx.google.com with ESMTP id 38si1282438pxi.5.2010.01.19.15.23.23; Tue, 19 Jan 2010 15:23:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of normalperson@yhbt.net designates 64.71.152.64 as permitted sender) client-ip=64.71.152.64; Received: from localhost (unknown [127.0.2.5]) by dcvr.yhbt.net (Postfix) with ESMTP id 04FB71F503; Tue, 19 Jan 2010 23:23:23 +0000 (UTC) Date: Tue, 19 Jan 2010 15:23:22 -0800 From: Eric Wong To: rack-devel@googlegroups.com Subject: Re: Friends of Rack =?utf-8?B?4oipIEZyaWVu?= =?utf-8?Q?ds_of_JRuby_=28wa?= =?utf-8?Q?s?= Re: Rack test spec_rack_runtime fails on JRuby due to timing) Message-ID: <20100119232322.GA14249@dcvr.yhbt.net> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of normalperson@yhbt.net designates 64.71.152.64 as permitted sender) smtp.mail=normalperson@yhbt.net X-Original-Sender: normalperson@yhbt.net Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: X-Thread-Url: http://groups.google.com/group/rack-devel/t/200889b8e641f0f4 X-Message-Url: http://groups.google.com/group/rack-devel/msg/dd7cab85e7b95358 Sender: rack-devel@googlegroups.com List-Unsubscribe: , List-Subscribe: , Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Nick Sieger wrote: > Yeah, anyone seen that before? For some reason the logger on the ci > box doesn't include the severity level in the output by default. > > 1) Failure: > test_spec {Rack::Logger} 001 [logs to rack.errors](Rack::Logger) > [./test/spec_rack_logger.rb:18]: > <"Program started\nNothing to do!\n"> expected to be =~ > . Hi Nick, I mentioned this in <20091231012252.GB7600@dcvr.yhbt.net>. Running this test standalone works fine, so I suspect another test is clobbering the default Logger::Formatter somewhere... -- Eric Wong