aboutsummaryrefslogtreecommitdiffstats
path: root/test/rinda
Commit message (Expand)AuthorAgeFilesLines
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-2/+2
* Skip running a DRb test on MinGWTakashi Kokubun2022-08-251-1/+1
* [ruby/rinda] Handle situations where IPv4 multicast is not availableJeremy Evans2022-08-151-30/+41
* Revert "Try reproducing the MinGW hang on time command (#6168)"Takashi Kokubun2022-07-281-0/+7
* Try reproducing the MinGW hang on time command (#6168)Takashi Kokubun2022-07-271-7/+0
* Skip TupleSpaceProxyTest on MINGW64 tooTakashi Kokubun2022-06-261-1/+1
* Fix Rinda test teardown for omitted testsAlan Wu2022-06-261-0/+4
* Try skipping TupleSpaceProxyTest on MinGW UCRT64Takashi Kokubun2022-06-251-0/+3
* [ruby/rinda] Use omit instead of skip for test-unitHiroshi SHIBATA2022-01-121-12/+12
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-2/+2
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-2/+2
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-2/+2
* Revert "test/rinda/test_rinda.rb: try debugging TestRingServer#test_do_reply"Yusuke Endoh2020-10-171-8/+1
* Revert "test/rinda/test_rinda.rb: Add more debugging code"Yusuke Endoh2020-10-171-25/+0
* test/rinda/test_rinda.rb: Prevent a callback Proc from being GC'edYusuke Endoh2020-10-171-2/+2
* test/rinda/test_rinda.rb: Add more debugging codeYusuke Endoh2020-10-171-0/+25
* test/rinda/test_rinda.rb: try debugging TestRingServer#test_do_replyYusuke Endoh2020-10-161-1/+8
* Revert "Try increasing read timeout of rinda tests"Takashi Kokubun2020-06-261-8/+3
* Try increasing read timeout of rinda testsTakashi Kokubun2020-06-251-2/+8
* Explicitly loading with envutil.rbHiroshi SHIBATA2020-05-281-0/+1
* test/rinda/test_rinda.rb: Increase the timeoutYusuke Endoh2020-01-251-4/+4
* Stop pool threads in test/rinda tooKazuhiro NISHIYAMA2019-12-091-0/+3
* Fix `Leaked thread`Kazuhiro NISHIYAMA2019-07-311-1/+1
* Add debug message for test_rinda crashk0kubun2019-04-071-0/+2
* [bug:8215] seems to be still broken on mswink0kubun2019-03-281-0/+1
* Call DRb.start_service with setup/teardownnaruse2019-02-081-3/+2
* test_rinda.rb: give up stabilizing this testk0kubun2019-02-071-2/+1
* test_rinda.rb: extend timeout of wait_for as wellk0kubun2019-02-051-0/+1
* test_rinda.rb: increase timeout for --jit-wait CIk0kubun2019-02-041-0/+1
* fix: https://twitter.com/_ko1/status/1086167481922646016seki2019-02-021-0/+4
* Skip EHOSTUNREACH by host issuesnobu2018-09-181-0/+2
* test/rinda/test_rinda.rb: Start keeper only on used testskazu2018-08-131-0/+32
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-26/+28
* Remove extra assert_nil in Rinda testseregon2017-12-121-3/+2
* Rescue expected Interrupt in TupleSpaceTestModule#test_take_bug_8215eregon2017-12-121-0/+2
* Stop a global server of Rinda testmame2017-03-141-2/+2
* test/rinda/test_rinda: skip multicast tests for unsupported systemsnormal2017-01-111-2/+13
* test_rinda.rb: ipv6_mcnobu2016-12-221-25/+25
* * test/rinda/test_rinda.rb (test_make_socket_ipv6_multicast,shugo2016-11-061-0/+4
* Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>odaira2016-03-051-8/+27
* Add frozen_string_literal: false for all filesnaruse2015-12-162-0/+2
* * test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]seki2015-09-211-4/+4
* * test/rinda/test_rinda.rb (RingIPv6#prepare_ipv6): prevent to usengoto2015-07-241-3/+3
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/rinda/test_rinda.rb: removed useless assignment variables.hsbt2014-08-291-1/+0
* Stop DRb service.akr2014-06-011-0/+1
* Finish threads.akr2014-06-011-0/+1
* Close FDs.akr2014-06-011-0/+10
* test_rinda.rb: revert stop_servicenobu2014-05-261-1/+0
* test_rinda.rb: fix leaked threadsnobu2014-05-261-4/+24