aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb/drbtest.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop Thread.new in `DRb::TimerIdConv::TimerHolder2#on_gc`Kazuhiro NISHIYAMA2019-12-101-0/+1
* Revert "Add debug option to check ci failures on solaris"Kazuhiro NISHIYAMA2019-12-051-3/+0
* Fix thread leak in drbKazuhiro NISHIYAMA2019-12-041-0/+1
* Fix some DRb issues (#2552)Jeremy Evans2019-10-141-0/+8
* test/drb/drbtest.rb: Skip test_06_timeout on Solaris10sYusuke Endoh2019-09-021-6/+9
* test/drb/drbtest.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-09-011-1/+1
* Revert "Revert "Revert "Skip BUGs on Solaris"""Yusuke Endoh2019-09-011-1/+1
* Revert "Revert "Skip BUGs on Solaris""Yusuke Endoh2019-09-011-1/+1
* Revert "Skip BUGs on Solaris"Yusuke Endoh2019-09-011-1/+1
* Just skip on armv7l-linuxnaruse2018-11-031-8/+7
* Add timeoutnaruse2018-11-021-6/+8
* Skip BUGs on Solariskazu2018-10-231-1/+1
* Add debug option to check ci failures on solariskazu2018-10-221-0/+3
* Run background threads while testing drbkazu2018-10-201-30/+46
* Remove unused test files related `$SAFE>=2`kazu2017-10-091-1/+1
* use dedicated assertionsnobu2017-04-071-10/+9
* drbtest.rb: make command an arraynobu2016-02-121-4/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use Timeout.timeoutnobu2015-07-131-1/+1
* drbtest.rb: refactornobu2015-02-121-28/+23
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* normalize reference to Timeout::Errornormal2014-10-071-2/+2
* Join threads.akr2014-06-021-4/+3
* * test/drb: Wrap tests definitions by DRbTests module. This makesakr2014-06-011-2/+6
* drbtest.rb: avoid leaking threadsnobu2014-05-281-0/+4
* drbtest.rb: DRbBasenobu2013-06-191-33/+8
* * test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.killusa2013-04-111-6/+20
* Remove very obsolete test codemarcandre2013-03-081-5/+1
* drbtest.rb: use :KILL on Windowsshirosaki2012-09-291-2/+2
* check @there if it is nil to prevent infinite loopnaruse2012-09-201-2/+2
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-2/+2
* fixed: can't delete unix domain sockets problemseki2012-07-181-0/+6
* * test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERMusa2012-04-241-2/+4
* * test/drb/drbtest.rb: rescue Errno::ESRCH for Process.kill.akr2012-04-231-2/+8
* * lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh toakr2012-04-221-5/+21
* fix [Bug #4409]. add DRbServer#here?seki2011-06-271-1/+1
* raise DRbConnError instead of ArgumentError if too many arguments.seki2010-06-141-1/+1
* * test/drb/drbtest.rb (DRbService.add_service_command): quotesnobu2009-12-231-2/+3
* * test: use require_relative.naruse2009-09-121-7/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-8/+8
* * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki2007-12-191-2/+2
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-191-12/+13
* merged from ruby_1_8 branch.seki2007-11-191-3/+1
* * Merge YARVko12006-12-311-0/+2
* quote pathnames in the server's command line for space containedseki2006-02-241-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-311-3/+21
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-0/+5
* move TestDRbReusePort to new file [ruby-dev:25238]seki2005-01-031-1/+1