-
Notifications
You must be signed in to change notification settings - Fork 23.9k
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
win_scheduled_tasks: Improve example test framework #22833
Conversation
@mattclay @bcoca @gundalow @nitzmahone @jborean93 The new and improved version is here. It isn't as concise as before (the asserts are now scattered all over), but the relation between task and error is now clearer. I like the original implementation more, but it requires proper variable names when registering to make any sense from it. Also I wonder whether the playbook itself should be running the tests in check-mode, or whether we want this to be done from outside of the playbook. (But in that case all tests need to adhere to this scheme, and that's going to be near to impossible...) |
Shippable error unrelated to this change:
These read timeout issues I have encountered from time to time as well. Not sure what we can do about that. The HTTP 504 error is an interesting one, I guess that one should trigger retries before bailing out. (Maybe that's already done. If so, it should say so too.) |
3749451
to
d9786c5
Compare
The test
|
The test
|
CI failure in integration tests:
This is likely due to the same issue reported by |
The test
|
c3d59b1
to
e0186c1
Compare
Updated as discussed in previous Test Working Group.
Updated as discussed in previous Test Working Group. (cherry picked from commit ef36d7d)
cherry-picked to stable-2.3 |
SUMMARY
Updated as discussed in previous Test Working Group.
Changes include:
ISSUE TYPE
COMPONENT NAME
win_scheduled_task
ANSIBLE VERSION
v2.3