Actions
Bug #14228
closedrunning single test fails due to FileUtils not being required
Description
Updated by Dominic Cleal almost 9 years ago
- Related to Bug #14097: Only run DatabaseCleaner as 'truncation' on JS tests added
Updated by Dominic Cleal almost 9 years ago
- Category set to Tests
What's the stack trace, command/output?
Updated by Ori Rabin almost 9 years ago
when running ruby -Itest test/unit/lookup_key_test.rb:
/home/orabin/foreman/test/test_helper.rb:12:in `block in <top (required)>': uninitialized constant FileUtils (NameError) from /home/orabin/.rvm/gems/ruby-2.2.3@foreman/gems/spork-1.0.0rc4/lib/spork.rb:24:in `prefork' from /home/orabin/foreman/test/test_helper.rb:4:in `<top (required)>' from /home/orabin/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /home/orabin/.rvm/rubies/ruby-2.2.3/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:54:in `require' from test/unit/lookup_key_test.rb:1:in `<main>'
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3333 added
Updated by Dominic Cleal almost 9 years ago
Thanks, I see it now. I usually use "bundle exec" and Bundler loads FileUtils, so don't see this error (probably the same for rake too).
It happens any time log/test.log exists after a test run - may not be related to #14097. Deleting the file first works around it too.
Updated by Ori Rabin almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 86aa4085af9f5a2b9a8ef6207022f0781bc0d48e.
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release set to 136
Actions