Issue #2876 has been updated by James Turnbull. Status changed from Code Insufficient to Closed
Pushed in commit:"d343af0f2d115889543540bd3cc8bf66e9a9473e" in branch 0.25.x ---------------------------------------- Bug #2876: Test isolation: spec/unit/indirector/catalog/compiler.rb changes behaviour when run with certain other tests http://projects.reductivelabs.com/issues/2876 Author: Markus Roberts Status: Closed Priority: Low Assigned to: Jesse Wolfe Category: testing Target version: 0.25.2 Affected version: 0.25.1 Keywords: Branch: http://github.com/jes5199/puppet/tree/ticket/0.25.x/2876 To reproduce: ruby spec/unit/indirector/node/plain.rb -t 60 --format s --loadby mtime produces a single failure ("should extract and save any facts from the request") but if run before spec/unit/indirector/catalog/compiler.rb with: touch spec/unit/indirector/node/plain.rb ruby spec/unit/indirector/node/plain.rb spec/unit/indirector/catalog/compiler.rb -t 60 --format s --loadby mtime the test passes but the message: Could not retrieve netmask: undefined method `[]' for nil:NilClass is printed. Similar interaction can be seen with spec/unit/node.rb and with spec/integration/indirector/node/ldap.rb. -- 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.
