[#70977] [Ruby trunk - Feature #11473] Immutable String literal in Ruby 3 — arai@...
Issue #11473 has been updated by Shunichi Arai.
3 messages
2015/10/04
[#70982] limiting scope of magic comments like frozen_string_literal — Eric Wong <normalperson@...>
How about being able to limit the scope of magic comments like
4 messages
2015/10/05
[#71062] [Ruby trunk - Bug #10892] Deadlock in autoload — eregontp@...
Issue #10892 has been updated by Benoit Daloze.
4 messages
2015/10/12
[#71090] Re: [Ruby trunk - Bug #10892] Deadlock in autoload
— Eric Wong <normalperson@...>
2015/10/14
eregontp@gmail.com wrote:
[#71127] [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call — normalperson@...
Issue #11607 has been updated by Eric Wong.
3 messages
2015/10/20
[#71164] [Ruby trunk - Feature #11614] [Open] [RFC] use id_table for constant tables — normalperson@...
Issue #11614 has been reported by Eric Wong.
3 messages
2015/10/22
[#71211] [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call — naruse@...
Issue #11607 has been updated by Yui NARUSE.
6 messages
2015/10/27
[#71212] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call
— Eric Wong <normalperson@...>
2015/10/27
Yes, user must check if the function is MT-safe. Probably fine
[#71246] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call
— Aaron Patterson <tenderlove@...>
2015/10/28
On Tue, Oct 27, 2015 at 08:54:07AM +0000, Eric Wong wrote:
[#71254] Re: [Ruby trunk - Feature #11607] [PATCH] fiddle: release GVL for ffi_call
— Eric Wong <normalperson@...>
2015/10/28
Aaron Patterson <tenderlove@ruby-lang.org> wrote:
[#71230] [Ruby trunk - Feature #11625] Unlock GVL for SHA1 calculations — tenderlove@...
Issue #11625 has been updated by Aaron Patterson.
5 messages
2015/10/27
[#71236] Re: [Ruby trunk - Feature #11625] Unlock GVL for SHA1 calculations
— Юрий Соколов <funny.falcon@...>
2015/10/28
What's about other hashsum algos? MD5, SHA2, etc
[#71242] Re: [Ruby trunk - Feature #11625] Unlock GVL for SHA1 calculations
— Eric Wong <normalperson@...>
2015/10/28
Юрий Соколов <funny.falcon@gmail.com> wrote:
[#71239] [Ruby trunk - Bug #11384] multi-threaded autoload sometimes fails — shugo@...
Issue #11384 has been updated by Shugo Maeda.
4 messages
2015/10/28
[ruby-core:71222] [Ruby trunk - Bug #11543] Run Rinda/DRb tests on localhost
From:
nagachika00@...
Date:
2015-10-27 14:34:43 UTC
List:
ruby-core #71222
Issue #11543 has been updated by Tomoyuki Chikanaga.
Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: REQUIRED to 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE
Backported into `ruby_2_2` branch at r52305.
----------------------------------------
Bug #11543: Run Rinda/DRb tests on localhost
https://bugs.ruby-lang.org/issues/11543#change-54602
* Author: Vit Ondruch
* Status: Closed
* Priority: Normal
* Assignee: Masatoshi Seki
* ruby -v: ruby -v: ruby 2.3.0dev (2015-09-18 trunk 51895) [x86_64-linux]
* Backport: 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE
----------------------------------------
I am trying to setup Ruby CI workers using Fedora's Jenkins instance [1, 2]. Unfortunately, the Rinda/DRb tests typically timeouts [3] with failures such as:
~~~
3) Error:
DRbTests::TestDRbAry#test_02_collect:
DRb::DRbConnError: druby://jenkins-slave-f22.fedorainfracloud.org:60570 - #<Errno::ETIMEDOUT: Connection timed out - connect(2) for "jenkins-slave-f22.fedorainfracloud.org" port 60570>
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:744:in `rescue in block in open'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:738:in `block in open'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:737:in `each'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:737:in `open'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1247:in `initialize'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1227:in `new'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1227:in `open'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1140:in `block in method_missing'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1159:in `with_friend'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1139:in `method_missing'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/invokemethod.rb:10:in `block_yield'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/invokemethod.rb:17:in `block in perform_with_block'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/invokemethod.rb:14:in `collect'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/invokemethod.rb:14:in `perform_with_block'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1581:in `perform'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1656:in `block (2 levels) in main_loop'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1652:in `loop'
(druby://localhost:39217) /chkbuild/tmp/build/20150918T070333Z/ruby/lib/drb/drb.rb:1652:in `block in main_loop'
/chkbuild/tmp/build/20150918T070333Z/ruby/test/drb/drbtest.rb:301:in `test_02_collect'
~~~
Apparently, this is because the Jenkins builder have all ports except 22 and 80 blocked. The fix is to use localhost by default for tests of Rinda/DRb. I submitted the PR [4] fixing this issue. I'd appreciate if it can be merged. It would enable CI for latest Fedoras and possibly RHEL.
[1] http://jenkins.fedorainfracloud.org/job/ruby/
[2] http://jenkins.fedorainfracloud.org/job/ruby-chkbuild/configure
[3] http://jenkins.fedorainfracloud.org/job/ruby-chkbuild/label=F22/ws/tmp/build/20150918T070333Z/log/*view*/
[4] https://github.com/ruby/ruby/pull/1027
--
https://bugs.ruby-lang.org/