Issue #1431 has been updated by luke.
Status changed from Accepted to Ready for Checkin
Assigned to changed from luke to jamtur01
Fixed in the tickets/0.24.x/1431 branch in my repo.
Provider confines must now specify similar tests in one call.
I.e., you can't do confine :operatingsystem => %w{a b} and then
confine :operatingsystem => %w{b c}; you'd need to do them in one command.
This now-obsolete behaviour does not seem to be used anywhere.
The fix for #1431 is actually just removing the tests that exposed
this change; the change happened when I refactored how confines work.
----------------------------------------
Bug #1431: test_provider_facts_confine Failure
http://reductivelabs.com/redmine/issues/show/1431
Author: andrew
Status: Ready for Checkin
Priority: Normal
Assigned to: jamtur01
Category: testing
Target version: 0.24.5
Keywords:
Complexity: Unknown
Patch: None
Affected version: 0.24.4
1) Failure:
test_provider_facts_confine(TestImpl)
[test/other/provider.rb:93:in `test_provider_facts_confine'
/Users/andrew/git/puppet/lib/../vendor/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in
`__send__'
/Users/andrew/git/puppet/lib/../vendor/gems/mocha-0.5.6/lib/mocha/test_case_adapter.rb:19:in
`run']:
Implementation not considered suitable.
<false> is not true.
At some point it gets to valid? in lib/puppet/provider/confine.rb and returns
the wrong thing, maybe.
----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---