From: Tanaka Akira <akr@...>
Date: 2012-05-06T12:12:37+09:00
Subject: [ruby-core:44901] Re: [ruby-trunk - Bug #6405] Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323)

2012/5/6 zenspider (Ryan Davis) <redmine@ruby-lang.org>:

> This is why I don't run full tests before:
>
>  % egrep "= (E|F)" test.ruby.1.txt
>  TestBug4409#test_bug4409 = 76.40 s = E
>  TestDRbAry#test_01 = 75.83 s = E
>  TestDRbAry#test_02_collect = 76.00 s = E
>  TestDRbAry#test_03_redo = 76.25 s = E
>  TestDRbAry#test_05_break = 75.55 s = E
>  TestDRbAry#test_06_next = 76.66 s = E
>  TestDRbAry#test_07_break_18 = 76.10 s = E
>  TestGemInstaller#test_dir = 0.04 s = E
>  TestGemPlatform#test_equals_tilde = 0.01 s = E
>
> I've brought it up on ruby-core before and it's been ignored. It makes running tests slow and full of false-negatives.
>
> Also, currently the tests are completely hung on:
>
>  TestPathname#test_pathsubext_506 =
>
> it's probably been 10 minutes now. This one seems like a new problem.

I guess the problem is caused by other test failures as [ruby-core:42831].

If backtrace can be shown, it may be useful to find a culprit.
(I doubt DRb tests.)
-- 
Tanaka Akira