Roddie Kieley created PROTON-2213:
-------------------------------------

             Summary: [ruby] Consistent failure in ContainerTest#test_stop
                 Key: PROTON-2213
                 URL: https://issues.apache.org/jira/browse/PROTON-2213
             Project: Qpid Proton
          Issue Type: Bug
          Components: ruby-binding
    Affects Versions: proton-c-0.30.0, proton-c-0.31.0
         Environment: OSX 10.11.6
Ruby 2.0.0-648
            Reporter: Roddie Kieley
            Assignee: Alan Conway


Observed on osx 10.11.6, ruby 2.0.0-648, on a dual core machine:
{code:java}
test 23
    Start 23: ruby-test-container23: Test command: /opt/local/bin/python 
.
.
.
23: Test timeout computed to be: 1500
23: Run options: -v --seed 61751
23: 
23: # Running:
23: 
.
.
.
23: ContainerTest#test_stop = 1.01 s = F
.
.
.
23:   1) Failure:
23: ContainerTest#test_stop [/.../qpid-proton/ruby/tests/test_container.rb:150]:
23: Expected nil to be truthy.
23: 
23: 22 runs, 111 assertions, 1 failures, 0 errors, 0 skips
1/2 Test #23: ruby-test-container ..............***Failed    2.46 sec {code}
 

test_container.rb:150
{code:ruby}
    threads.each { |t| assert t.join(1) }
{code}

Warrants further investigation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to