Issue #3148 has been reported by Jesse Wolfe.
----------------------------------------
Bug #3148: Specs failing in Master
http://projects.reductivelabs.com/issues/3148
Author: Jesse Wolfe
Status: Unreviewed
Priority: Normal
Assigned to: Jesse Wolfe
Category:
Target version: Rowlf
Affected version: development
Keywords:
Branch:
1)
'Puppet::Type::Package::ProviderPkg should fail to list a package when it can't
parse the output line' FAILED
expected: {},
got: {:status=>"missing", :error=>"ok", :ensure=>:absent, :name=>"dummy"}
(using ==)
./spec/unit/provider/package/pkg.rb:54:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
2)
'Puppet::Type::Package::ProviderPkg should fail to list a missing package'
FAILED
expected Puppet::Error but nothing was raised
./spec/unit/provider/package/pkg.rb:60:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
3)
ArgumentError in 'Puppet::SSL::Host when creating an SSL store should accept a
purpose'
Invalid value '"ssl_host_testing"' for noop
./spec/unit/ssl/host.rb:574:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
4)
ArgumentError in 'Puppet::SSL::Host when creating an SSL store should default
to OpenSSL::X509::PURPOSE_ANY as the purpose'
Invalid value '"ssl_host_testing"' for noop
./spec/unit/ssl/host.rb:579:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
5)
ArgumentError in 'Puppet::SSL::Host when creating an SSL store should add the
local CA cert file'
Invalid value '"ssl_host_testing"' for noop
./spec/unit/ssl/host.rb:585:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
6)
Puppet::Network::XMLRPCClientError in 'puppetmasterd should be serving status
information over xmlrpc'
Certificates were not trusted: SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed
./spec/integration/bin/puppetmasterd.rb:86:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
7)
NoMethodError in 'Puppet::Parser::Scope when looking up a variable and the
variable is qualified should be able to look up explicitly fully qualified
variables from main'
undefined method `setvar' for nil:NilClass
./spec/unit/parser/scope.rb:61:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
8)
NoMethodError in 'Puppet::Parser::Scope when looking up a variable and the
variable is qualified should be able to look up explicitly fully qualified
variables from other scopes'
undefined method `setvar' for nil:NilClass
./spec/unit/parser/scope.rb:69:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
9)
NoMethodError in 'Puppet::Parser::Scope when looking up a variable and the
variable is qualified should be able to look up deeply qualified variables'
undefined method `setvar' for nil:NilClass
./spec/unit/parser/scope.rb:77:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
10)
'Puppet::Node::Environment when modeling a specific environment.modules should
return a module named for every directory in each module path' FAILED
expected: ["bar", "baz", "bee", "foo"],
got: [] (using ==)
./spec/unit/node/environment.rb:146:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
11)
'Puppet::Node::Environment when modeling a specific environment.modules should
remove duplicates' FAILED
expected: ["foo"],
got: [] (using ==)
./spec/unit/node/environment.rb:155:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
12)
Puppet::DevError in 'Puppet::Type::Augeas loading specific files should set the
context when a specific file is used'
Could not find a default provider for augeas
./spec/unit/type/augeas.rb:117:in `new'
./spec/unit/type/augeas.rb:117:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
13)
MissingSourceFile in 'Puppet::Node::ActiveRecord should call fact_merge when a
node is found'
no such file to load -- sqlite3
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
./spec/unit/indirector/node/active_record.rb:27:in `new'
./spec/unit/indirector/node/active_record.rb:27:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
14)
'Puppet::Indirector::SslFile should fail if no store directory or file location
has been set' FAILED
expected Puppet::DevError, got #<ArgumentError: Invalid value
'"stubbed_setting"' for noop>
./spec/unit/indirector/ssl_file.rb:47:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
15)
ArgumentError in 'Puppet::Util::Settings should be able to make needed
directories'
Attempt to assign a value to unknown configuration parameter :noop
./spec/integration/util/settings.rb:14:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
16)
ArgumentError in 'Puppet::Util::Settings should make its directories with the
corret modes'
Attempt to assign a value to unknown configuration parameter :noop
./spec/integration/util/settings.rb:23:
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:22:in `run'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `each'
./spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb:17:in `run'
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.