-
Couldn't load subscription status.
- Fork 54
[WIP] Fix Sample Files that are failing Validation Tests #148
base: dev
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #148 +/- ##
===================================
- Coverage 83% 80% -3%
===================================
Files 19 19
Lines 2760 2760
Branches 4 4
===================================
- Hits 2303 2234 -69
- Misses 453 522 +69
Partials 4 4 |
- Rename PasswordCredential for opt-in tests - Add Mandatory parameter and ValidateNotNullorEmpty - Add Node localhost - Fix formatting
- Remove configuration call - Fix formatting - Add Node localhost
- Add ValidateNotNullOrEmpty to mandatory parameters - Add Node localhost - Remove configuration call - Fix formatting - Rename incorrect resource name
* Test-Is NanoServer speed improvement Replace Get-ComputerInfo with Registry Value Test * update README.md * Add check for ServerLevels Reg Key for Non-Server * Update CommonResourceHelper.Tests * Moved comment to unreleased * Make requested changes * Remove whitespace * README.md markdownlint fixes * README markdownlint fix * README branch detail format change To match other DSC modules * Update README * Fix Example dir BOM files * Fix Tests\Integration dir BOM files * Fix Tests\Unit dir BOM files * Fix PSDscResources dir BOM files * Fix Tests\TestHelpers dir BOM files * Add Script & Module Common Tests to MetaTestOptIn * Update README * Revert "Fix msi package tests" * Fix MsiPackage tests... for real this time * Fix MsiPackage tests... for real this time * Fix MsiPackage tests... for real this time - Post Review #1 * Fix MsiPackage tests... for real this time - Post Review #1 * Update CommonResourceHelper.psm1 * Update README * Update README.md * Update README.md
- Rename PasswordCredential for opt-in tests - Add Mandatory parameter and ValidateNotNullorEmpty - Add Node localhost - Fix formatting
- Remove configuration call - Fix formatting - Add Node localhost
- Add ValidateNotNullOrEmpty to mandatory parameters - Add Node localhost - Remove configuration call - Fix formatting - Rename incorrect resource name
…urces into Example-Fix # Conflicts: # Examples/Sample_User_Generic.ps1
|
Hi @mhendric, I can't get this PR to pass its Appveyor build. Its failing with the following error: I tried putting some code in to remove the module before loading it, but it made no difference. The test runs fine locally. Any ideas? |
|
Hey @X-Guardian , can you try completely reverting the changes that were made in ResourceSetHelper.Tests.ps1 and see if it makes a difference? The state of the code as is definitely looks odd to me with the new commented out code. Want to see if it fails even if no changes are made. Thanks. |
|
Still failing the Appveyor tests with the same error: |
Pull Request (PR) description
This PR fixes the sample files that are failing the
Common Tests - Validate Example Filesopt-in meta-testThis Pull Request (PR) fixes the following issues
None
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is