-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
master-port 51846 and 52969 #54992
master-port 51846 and 52969 #54992
Conversation
Allow using salt modules in onlyif and unless
support args in unless and onlyif
|
@Akm0d I think I might need some help here. At first glance the failing tests don't seem to be calling anything in the modified code. I added a few log lines to be sure, and I don't see the output. If all went well, the only functions modified in state.py are Is it possible there is something else impacting those tests? |
@mchugh19 The failing tests were added to the test suite with this PR. If they don't touch the actual code that was changed then maybe they can be removed? Debugging it yesterday I found that 'step_one' and 'step_two' in |
@Akm0d Interesting! Thanks for that! Those tests were not in the original PRs, so I didn't notice those tests in there. I don't want to over complicate things, so I've removed them here. (Looks like they were a left over from @garethgreenaway in #49955) Thanks much! |
@mchugh19 Can you please re-base this on top of the current master? |
Bam! Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mchugh19 Looks like the test failure are related, please have a look.
@dwoz tests corrected to not rely on local files (and be Debian specific) |
The windows tests passed but an issue in the build is causing it to go red, we are working on resolving that issue for windows.
Merging |
Ports #51846 and #52969 to master.
Likely needed to be merged before #53307 can be rebased.
@gtmanfred @max-arnold