Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 648776 - dev-ruby/eventmachine-1.2.0.1: tests require network access
Summary: dev-ruby/eventmachine-1.2.0.1: tests require network access
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 645622
  Show dependency tree
 
Reported: 2018-02-25 16:53 UTC by Thomas Deutschmann (RETIRED)
Modified: 2018-04-17 18:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,34.30 KB, text/plain)
2018-02-25 16:53 UTC, Thomas Deutschmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2018-02-25 16:53:09 UTC
Created attachment 521032 [details]
build.log

> Error: test_ipv6_tcp_client_with_ipv6_google_com(TestIPv6): Test::Unit::TestCase::EMTestTimeout: Test was cancelled after 6 seconds.
> /var/tmp/portage/dev-ruby/eventmachine-1.2.0.1/work/ruby22/eventmachine-1.2.0.1/tests/em_test_helper.rb:12:in `block (2 levels) in setup_timeout'
> /var/tmp/portage/dev-ruby/eventmachine-1.2.0.1/work/ruby22/eventmachine-1.2.0.1/lib/eventmachine.rb:194:in `call'
> /var/tmp/portage/dev-ruby/eventmachine-1.2.0.1/work/ruby22/eventmachine-1.2.0.1/lib/eventmachine.rb:194:in `run_machine'
> /var/tmp/portage/dev-ruby/eventmachine-1.2.0.1/work/ruby22/eventmachine-1.2.0.1/lib/eventmachine.rb:194:in `run'
> /var/tmp/portage/dev-ruby/eventmachine-1.2.0.1/work/ruby22/eventmachine-1.2.0.1/tests/test_ipv6.rb:13:in `test_ipv6_tcp_client_with_ipv6_google_com'
>      10:       conn = nil
>      11:       setup_timeout(6)
>      12:
>   => 13:       EM.run do
>      14:         conn = EM::connect("2607:f8b0:4010:800::1006", 80) do |c|
>      15:           def c.connected
>      16:             @connected
> ===============================================================================
> ................................................................................................................................................
> 
> Finished in 42.351673178 seconds.
> ------
> 243 tests, 3505 assertions, 0 failures, 1 errors, 0 pendings, 0 omissions, 0 notifications
> 99.5885% passed
> 

Please either disable this test or restrict tests according to Gentoo's QA policy.
Comment 1 Hans de Graaff gentoo-dev Security 2018-04-17 18:31:20 UTC
Fixed by avoiding tests requiring network (and obsolete sslv2 and sslv3)