Bug #3705
Sporadic test failure in spec/unit/resource/catalog.rb
| Status: | Closed | Start date: | 04/29/2010 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | testing | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
'Puppet::Resource::Catalog when compiling when indirecting should use the value of the 'catalog_terminus' setting to determine its terminus class' FAILED
expected: :rest,
got: :compiler (using ==)
./spec/unit/resource/catalog.rb:848:
./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'
History
Updated by Ben Hughes 4 months ago
- Description updated (diff)
- Status changed from Accepted to Unreviewed
Updated by Luke Kanies 4 months ago
- Description updated (diff)
- Status changed from Unreviewed to Closed
Assuming this is fixed now.
Updated by Jeff Weiss 4 months ago
- Description updated (diff)
Wrote quick script to run spec 1000 times, couldn’t reproduce.