-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cluster: Integration test is missing for this resource #124
Comments
See rundown of the options to make this happen here dsccommunity/SqlServerDsc#186 (comment). |
I looking at using Hyper-V (which comes bundled with Windows 10) and provision (deploy) the necessary infrastructure using DSC with, for example, LabBuilder or Lability. I'm open to other lab frameworks. Happy to get comments on this. How I see this could work. It should be two configurations, one integration test script, one cleanup script and finally a "remove"-script. Configurations:
Test script: Cleanup: Remove script: |
It is possible to create a cluster without a domain. So maybe we can use that simplify the integration tests. Although we could not test all aspects of the resource. |
Details of the scenario you tried and the problem that is occurring:
We should add an integration test for this resource. And make sure that integration tests are only run in AppVeyor since it evolves setting up a Active Directory Domain Controller.
And provide instructions how to run the integration tests on a local lab server.
The DSC configuration that is using the resource (as detailed as possible):
n/a
Version of the Operating System and PowerShell the DSC Target Node is running:
n/a
Version of the DSC module you're using, or 'dev' if you're using current dev branch:
Dev
The text was updated successfully, but these errors were encountered: