Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662514 - dev-ruby/session-3.2.0 Failure: test_9(Session::Test): <false> is not true.
Summary: dev-ruby/session-3.2.0 Failure: test_9(Session::Test): <false> is not true.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-07-31 08:55 UTC by ernsteiswuerfel
Modified: 2018-08-01 08:18 UTC (History)
0 users

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


Attachments
emerge --info (file_662514.txt,5.78 KB, text/plain)
2018-07-31 08:55 UTC, ernsteiswuerfel
Details
build.log (session-3.2.0:20180731-085028.log,4.64 KB, text/plain)
2018-07-31 08:57 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2018-07-31 08:55:19 UTC
Created attachment 541846 [details]
emerge --info

* Running test phase for ruby23 ...
Session::VERSION <3.2.0>
Session.use_spawn <false>
Session.use_open3 <false>
Loaded suite test/session
Started
.......lines : <[[1533027043.447288, "-e:1: syntax error, unexpected tIDENTIFIER, expecting end-of-input\n"], [1533027043.4473877, "puts 42; sleep 0.1ruby\n"], [1533027043.447435, "                      ^\n"]]>
i     : <0>
b     : <[1533027043.4473877, "puts 42; sleep 0.1ruby\n"]>
a     : <[1533027043.447288, "-e:1: syntax error, unexpected tIDENTIFIER, expecting end-of-input\n"]>
tb    : <1533027043.4473877>
ta    : <1533027043.447288>
F
===============================================================================
test/session.rb:191:in `test_9'
     188: end
     189:     def test_9
     190: #{{{
  => 191:       assert_nothing_raised { 
     192:         timeout(16) {
     193:           lines = []
     194:           Thread.new {
test/session.rb:192:in `block in test_9'
test/session.rb:33:in `timeout'
test/session.rb:33:in `catch'
test/session.rb:33:in `block in timeout'
test/session.rb:213:in `block (2 levels) in test_9'
Failure: test_9(Session::Test): <false> is not true.
===============================================================================

Finished in 5.338318355 seconds.
-------------------------------------------------------------------------------
8 tests, 8 assertions, 1 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
87.5% passed
-------------------------------------------------------------------------------
1.50 tests/s, 1.50 assertions/s
Comment 1 ernsteiswuerfel archtester 2018-07-31 08:57:10 UTC
Created attachment 541848 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2018-08-01 06:07:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98861c58b09f0be417a7ceffa82f29f638c552

commit 3f98861c58b09f0be417a7ceffa82f29f638c552
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2018-08-01 06:07:14 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2018-08-01 06:07:14 +0000

    dev-ruby/session: fix broken test
    
    Closes: https://bugs.gentoo.org/662514
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-ruby/session/session-3.2.0.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 3 ernsteiswuerfel archtester 2018-08-01 08:18:28 UTC
That was fast! Thanks!