Issue #3451 has been reported by Markus Roberts. ---------------------------------------- Bug #3451: Sporadic catalog filtering errors in 0.25.x http://projects.puppetlabs.com/issues/3451
Author: Markus Roberts Status: Accepted Priority: Normal Assigned to: Category: Target version: Affected version: 0.25.4 Keywords: Branch: These errors are sometimes occurring in 0.25.x: <pre> 1) NoMethodError in 'Puppet::Resource::Catalog::Compiler should remove virtual resources when filtering' undefined method `filter' for #<Puppet::Resource::Catalog::Rest:0x3819554 @mocha=nil> ./spec/integration/indirector/catalog/compiler.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' 2) NoMethodError in 'Puppet::Resource::Catalog::Compiler should not remove exported resources when filtering' undefined method `filter' for #<Puppet::Resource::Catalog::Rest:0x3819554 @mocha=nil> ./spec/integration/indirector/catalog/compiler.rb:28: ./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) NoMethodError in 'Puppet::Resource::Catalog::Compiler should remove virtual exported resources when filtering' undefined method `filter' for #<Puppet::Resource::Catalog::Rest:0x3819554 @mocha=nil> ./spec/integration/indirector/catalog/compiler.rb:34: ./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) SocketError in 'Puppet::Resource::Catalog::Compiler should filter out virtual resources when finding a catalog' getaddrinfo: nodename nor servname provided, or not known ./spec/integration/indirector/catalog/compiler.rb:44: ./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) SocketError in 'Puppet::Resource::Catalog::Compiler should not filter out exported resources when finding a catalog' getaddrinfo: nodename nor servname provided, or not known ./spec/integration/indirector/catalog/compiler.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' 6) SocketError in 'Puppet::Resource::Catalog::Compiler should filter out virtual exported resources when finding a catalog' getaddrinfo: nodename nor servname provided, or not known ./spec/integration/indirector/catalog/compiler.rb:65: ./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' </pre> -- 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://projects.puppetlabs.com/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.
