Project

General

Profile

Bug #9016

Updated by Tom Clegg about 8 years ago

Tests pass with bundler 1.10.6 and 1.11.2, but somehow I ended up with 1.12.0.rc: 

 <pre> 
             ********** Running services/login-sync tests ********** 

 Run options: -v --seed 62388 

 # Running: 

 Creating account adminroot 
 Creating account active 
 TestAddUser#test_useradd_error = 1.86 s = E 
 *** Expect crash in dir_s_mkdir: 
 Creating account adminroot 
 Creating account active 
 TestAddUser#test_useradd_success = 0.79 s = F 

 Finished in 2.652459s, 0.7540 runs/s, 0.3770 assertions/s. 

   1) Error: 
 TestAddUser#test_useradd_error: 
 Errno::ENOENT: No such file or directory @ rb_sysopen - /tmp/d20160420-11642-19ou99n/spy 
     /home/tom/go/src/git.curoverse.com/arvados.git/services/login-sync/test/test_add_user.rb:13:in `read' 
     /home/tom/go/src/git.curoverse.com/arvados.git/services/login-sync/test/test_add_user.rb:13:in `test_useradd_error' 


   2) Failure: 
 TestAddUser#test_useradd_success [/home/tom/go/src/git.curoverse.com/arvados.git/services/login-sync/test/test_add_user.rb:32]: 
 Failed assertion, no message given. 

 2 runs, 1 assertions, 1 failures, 1 errors, 0 skips 
 rake aborted! 
 Command failed with status (1): [ruby -I"lib:test" -I"/home/tom/.gem/ruby/2.1.0/gems/rake-10.4.2/lib" "/home/tom/.gem/ruby/2.1.0/gems/rake-10.4.2/lib/rake/rake_test_loader.rb" "test/test*.rb" -v] 
 /home/tom/.rbenv/versions/2.1.9/bin/bundle:23:in `load' 
 /home/tom/.rbenv/versions/2.1.9/bin/bundle:23:in `<main>' 
 Tasks: TOP => test 
 (See full trace by running task with --trace) 

       ********** !!!!!! services/login-sync tests FAILED !!!!!! ********** 
 </pre>

Back