ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:70873] [Ruby trunk - Bug #11543] [Open] Run Rinda/DRb tests on localhost
       [not found] <redmine.issue-11543.20150921114327@ruby-lang.org>
@ 2015-09-21 11:43 ` v.ondruch
  2015-09-21 21:01 ` [ruby-core:70877] [Ruby trunk - Bug #11543] [Closed] " v.ondruch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: v.ondruch @ 2015-09-21 11:43 UTC (permalink / raw
  To: ruby-core

Issue #11543 has been reported by Vit Ondruch.

----------------------------------------
Bug #11543: Run Rinda/DRb tests on localhost
https://bugs.ruby-lang.org/issues/11543

* Author: Vit Ondruch
* Status: Open
* Priority: Normal
* Assignee: 
* 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: REQUIRED
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:70877] [Ruby trunk - Bug #11543] [Closed] Run Rinda/DRb tests on localhost
       [not found] <redmine.issue-11543.20150921114327@ruby-lang.org>
  2015-09-21 11:43 ` [ruby-core:70873] [Ruby trunk - Bug #11543] [Open] Run Rinda/DRb tests on localhost v.ondruch
@ 2015-09-21 21:01 ` v.ondruch
  2015-10-27 14:34 ` [ruby-core:71222] [Ruby trunk - Bug #11543] " nagachika00
  2015-10-29 13:55 ` [ruby-core:71263] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: v.ondruch @ 2015-09-21 21:01 UTC (permalink / raw
  To: ruby-core

Issue #11543 has been updated by Vit Ondruch.

Status changed from Open to Closed
Assignee set to Masatoshi Seki

Resolved by r51916.

----------------------------------------
Bug #11543: Run Rinda/DRb tests on localhost
https://bugs.ruby-lang.org/issues/11543#change-54253

* 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: REQUIRED
----------------------------------------
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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:71222] [Ruby trunk - Bug #11543] Run Rinda/DRb tests on localhost
       [not found] <redmine.issue-11543.20150921114327@ruby-lang.org>
  2015-09-21 11:43 ` [ruby-core:70873] [Ruby trunk - Bug #11543] [Open] Run Rinda/DRb tests on localhost v.ondruch
  2015-09-21 21:01 ` [ruby-core:70877] [Ruby trunk - Bug #11543] [Closed] " v.ondruch
@ 2015-10-27 14:34 ` nagachika00
  2015-10-29 13:55 ` [ruby-core:71263] " usa
  3 siblings, 0 replies; 4+ messages in thread
From: nagachika00 @ 2015-10-27 14:34 UTC (permalink / raw
  To: ruby-core

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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:71263] [Ruby trunk - Bug #11543] Run Rinda/DRb tests on localhost
       [not found] <redmine.issue-11543.20150921114327@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2015-10-27 14:34 ` [ruby-core:71222] [Ruby trunk - Bug #11543] " nagachika00
@ 2015-10-29 13:55 ` usa
  3 siblings, 0 replies; 4+ messages in thread
From: usa @ 2015-10-29 13:55 UTC (permalink / raw
  To: ruby-core

Issue #11543 has been updated by Usaku NAKAMURA.

Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED, 2.2: DONE to 2.0.0: REQUIRED, 2.1: DONE, 2.2: DONE

ruby_2_1 r52353 merged revision(s) 51916.

----------------------------------------
Bug #11543: Run Rinda/DRb tests on localhost
https://bugs.ruby-lang.org/issues/11543#change-54636

* 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: DONE, 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-29 13:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-11543.20150921114327@ruby-lang.org>
2015-09-21 11:43 ` [ruby-core:70873] [Ruby trunk - Bug #11543] [Open] Run Rinda/DRb tests on localhost v.ondruch
2015-09-21 21:01 ` [ruby-core:70877] [Ruby trunk - Bug #11543] [Closed] " v.ondruch
2015-10-27 14:34 ` [ruby-core:71222] [Ruby trunk - Bug #11543] " nagachika00
2015-10-29 13:55 ` [ruby-core:71263] " usa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).