-
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
Create a wrapper that checks for the presence of state modules for tests #55707
Conversation
re-run full all |
Codecov Report
@@ Coverage Diff @@
## master #55707 +/- ##
=========================================
Coverage ? 17.02%
=========================================
Files ? 1193
Lines ? 223277
Branches ? 47878
=========================================
Hits ? 37996
Misses ? 182507
Partials ? 2774
|
704678e
to
3ada17e
Compare
Codecov Report
@@ Coverage Diff @@
## master #55707 +/- ##
=========================================
Coverage ? 16.38%
=========================================
Files ? 1171
Lines ? 220944
Branches ? 48627
=========================================
Hits ? 36175
Misses ? 182374
Partials ? 2395
|
Codecov Report
@@ Coverage Diff @@
## master #55707 +/- ##
=========================================
Coverage ? 16.44%
=========================================
Files ? 1171
Lines ? 220944
Branches ? 48627
=========================================
Hits ? 36318
Misses ? 182172
Partials ? 2454
|
- created requires_salt_state_module - corrected misuse of requires_salt_module to use the new function - eliminated pre_grains and loaded real grains before the test starts - Various fixes to get the pkg tests actually running as they were skipped before - Skipped tests when requisite packages weren't available
d8a2c4f
to
9e31aa4
Compare
…res_salt_state_modules
…res_salt_state_modules
re-run full windows2019 |
This PR caused several tests to always be skipped. I discovered this while writing another test earlier tonight. Details are in #56681, and I've fixed the problem there. Just a friendly reminder that whenever changes are made to test skipping behavior, it's that much more important to closely check the results for the affected tests, on all platforms, and not to assume that everything is OK because tests are green. 😃 |
What does this PR do?
Create a wrapper that checks for the presence of state modules for tests