Skip to content

Instantly share code, notes, and snippets.

@stevenhaddox
Created May 31, 2012 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenhaddox/2843506 to your computer and use it in GitHub Desktop.
Save stevenhaddox/2843506 to your computer and use it in GitHub Desktop.
Failing Jenkins Suite with All Passing Specs.... ?!
+ bundle exec rake test --trace
WARNING: 'require 'rake/rdoctask'' is deprecated. Please use 'require 'rdoc/task' (in RDoc 2.4.2+)' instead.
at /var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rdoctask.rb
** Invoke test (first_time)
** Execute test
** Invoke test:units (first_time)
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:abort_if_pending_migrations
** Invoke test:functionals (first_time)
** Invoke db:test:prepare
** Execute test:functionals
/usr/local/rvm/rubies/ruby-1.9.2-p290/bin/ruby -I"lib:test" -I"/var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib" "/var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/functional/**/*_test.rb"
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.
Loaded suite /var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader
Started
..........................................................................................................................................................................................................................................................................
Finished in 980.467294 seconds.
266 tests, 442 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 42334
** Invoke test:integration (first_time)
** Invoke db:test:prepare
** Execute test:integration
/usr/local/rvm/rubies/ruby-1.9.2-p290/bin/ruby -I"lib:test" -I"/var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib" "/var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb" "test/integration/**/*_test.rb"
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rails-2.3.14/lib/rails/gem_dependency.rb:21.
Loaded suite /var/lib/jenkins/workspace/<app_name>/vendor/bundle/ruby/1.9.1/gems/rake-0.9.2.2/lib/rake/rake_test_loader
Started
..........
Finished in 13.539804 seconds.
10 tests, 12 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 60797
Errors running test:units!
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment