On Wed, Jan 20, 2010 at 12:08 PM, Nick Sieger wrote: > On Tue, Jan 19, 2010 at 5:23 PM, Eric Wong wrote: >> 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... > > To see the failure, you need to install Camping and run the Camping > handler tests. The problem is Camping pulls in ActiveSupport, which > messes with Logger and overrides the default formatter. > > The attached patch fixes the tests to make them insensitive to logger format. Stupid gmail ignored my attachment, here's another try. /Nick