Issue #4160 has been updated by Yui NARUSE.
Status changed from Open to Assigned
Assignee set to Masatoshi Seki
Target version set to 1.9.3
Bug #4160: test_core_03_notify(Rinda::TupleSpaceProxyTest) が失敗する
Author: Kouhei Y.
Status: Assigned
Priority: Normal
Assignee: Masatoshi Seki
Category:
Target version: 1.9.3
ruby -v: ruby 1.9.3dev (2010-12-15 trunk 30213) [x86_64-linux]
=begin
test_core_03_notify(Rinda::TupleSpaceProxyTest)
が失敗することがあります。(大体2回に1回くらい)
私の環境ではCentOS 5.5のマシンで発生し、Debian lennyのマシンでは発生しませんでした。
$ make test-all TESTS=“rinda/test_rinda.rb”
./miniruby -I./lib -I.ext/common ./tool/runruby.rb --extout=.ext –
“./test/runner.rb” rinda/test_rinda.rb
Run options:
Running tests:
…F…
Finished tests in 0.950556s, 26.3004 tests/s, 277.7322 assertions/s.
- Failure:
test_core_03_notify(Rinda::TupleSpaceProxyTest)
[/home/yanagi/tmp/ruby/test/rinda/test_rinda.rb:387]:
<10> expected but was
<0>.
25 tests, 264 assertions, 1 failures, 0 errors, 0 skips
make: *** [yes-test-all] Error 1
=end