From: "NARUSE, Yui" Date: 2012-05-06T06:32:47+09:00 Subject: [ruby-core:44897] Re: [ruby-trunk - Bug #6405] Re: [ruby-cvs:42717] ryan:r35541 (trunk): Imported minitest 2.12.1 (r7323) (2012/05/06 5:05), zenspider (Ryan Davis) wrote: > > Issue #6405 has been updated by zenspider (Ryan Davis). > > > =begin > 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. Oh, sorry, I missed it. Can you reproduce it by 100% or randomly reproduced? I can't produce such drb issues with ruby 2.0.0dev (2012-05-05 tunk 35544) [x86_64-darwin11.3.0]. Could you make a new ticket of it and assign it to seki? All test except 2 tests, TestGemInstaller and TestGemPlatform, should pass. You can see CI by http://rubyci.org/ and know the status on other than yours. Anyway you can exclude such tests by -x option for test/unit like make RUBYOPT=-w TESTS='-qv -j3 -x drb' test-all * -q ignores skipped tests * -v shows detail of tests * -j runs tests in parallel * -x exclude tests > 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. > > Total time? > > TestPathname#test_pathsubext_506 = ^Crake aborted! > Command failed with status (130): [make test-all TESTS=-v 2>&1 | tee test.rub...] Hmm, I can't reproduce it with ruby 2.0.0dev (2012-05-05 tunk 35544) [x86_64-darwin11.3.0] > P.S. I'm not getting email from redmine on tickets assigned to me. Should I? Yes, you should see them unless you can notice what tickets are assigned to you. -- NARUSE, Yui