aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb
Commit message (Expand)AuthorAgeFilesLines
* Fix r60271kazu2017-10-211-0/+2
* Add a new test case for ipaddr 1.2.0 + drb/aclknu2017-10-211-0/+1
* Make ACL::ACLEntry not suppress IPAddr::InvalidPrefixErrorknu2017-10-211-6/+12
* Remove unused test files related `$SAFE>=2`kazu2017-10-093-87/+1
* test_drb.rb: removed extra spacesnobu2017-09-261-3/+3
* use dedicated assertionsnobu2017-04-073-56/+55
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-052-4/+0
* use finalizer trick instead of thread.seki2016-05-221-3/+39
* don't use keeper thread. [Bug #12342]seki2016-05-151-43/+27
* drbtest.rb: make command an arraynobu2016-02-121-4/+3
* additional math operationsnobu2016-01-312-4/+64
* Add frozen_string_literal: false for all filesnaruse2015-12-1618-0/+18
* * test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]seki2015-09-211-1/+1
* use Timeout.timeoutnobu2015-07-132-2/+2
* 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-024-4/+53
* * test/drb: Wrap tests definitions by DRbTests module. This makesakr2014-06-0114-16/+66
* drbtest.rb: avoid leaking threadsnobu2014-05-281-0/+4
* explicitly stop DRb::ExtServnaruse2014-02-0710-10/+20
* suppress warnings: assigned but unused variable - esnaruse2014-02-0610-10/+10
* * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak2013-07-113-3/+3
* drbtest.rb: DRbBasenobu2013-06-195-84/+45
* * 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
* * lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse2012-09-202-1/+23
* check @there if it is nil to prevent infinite loopnaruse2012-09-201-2/+2
* * test/drb/ut_drb.rb: revert a part of r36987, and get rid of a warningusa2012-09-201-1/+2
* suppress warningsnaruse2012-09-191-1/+3
* remove trainling spaces.nobu2012-08-211-1/+1
* 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-224-10/+31
* * properties.nobu2011-06-291-1/+1
* fix [Bug #4409]. add DRbServer#here?seki2011-06-273-1/+47
* raise DRbConnError instead of ArgumentError if too many arguments.seki2010-06-142-2/+2
* use require_relative.akr2010-02-023-3/+3
* * 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-066-14/+14
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-242-15/+15
* * 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
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-261-1/+1
* * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield toakr2007-11-201-2/+2
* merged from ruby_1_8 branch.seki2007-11-194-25/+2