Project

General

Profile

Bug #4399

Updated by Peter Amstutz over 9 years ago

The workbench tests sometimes fail catastrophically on Jenkins with many errors similar to the following: 

 <pre> 
 1) Error: 
 CollectionsTest#test_combine_selected_collections_into_new_collection: 
 Errno::ECONNREFUSED: Connection refused - connect(2) for "127.0.0.1" port 7056 
     test/integration/collections_test.rb:100:in `block in <class:CollectionsTest>' 
 </pre> 

 Example console log: 

 https://ci.curoverse.com/job/arvados-api-server/1043/console 

Back