Closed alexjfisher closed 1 year ago
Are the acceptance tests expected?
Are the acceptance tests expected
@chelnak Sorry, not following. How do you mean? Are you referring to the failing tests that github is highlighting? (If so, I think those are all the tests marked as pending
and unrelated)
Ha! I was trying to multitask and failed.
Yes I was referring to the failed test. It's unusual for a pending test to make the run red.
Can you just double check it?
Ha! I was trying to multitask and failed.
Yes I was referring to the failed test. It's unusual for a pending test to make the run red.
Which failed test? I can't see any that are red.
I think it was transient! I re-kicked the failed one and it's green now.
I think it was transient! I re-kicked the failed one and it's green now.
ah, thanks. That makes more sense now. Thought one of us was seeing things! :)
In this change, an optional third parameter is added to the
deprecation
function. The default behaviour remains the same, but when the third parameter is set tofalse
, Puppet'sstrict
setting is ignored. This means that even ifstrict
is set toerror
, no exception will be raised when this function is called, and a warning will be logged instead.This is a prerequisite for #1373