-
Notifications
You must be signed in to change notification settings - Fork 225
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
SqlServerEndpoint: Integration test is missing for this resource #744
Comments
@johlju I try to make that happen. ;) Would you have a bit of code to allow me to test the integration test files created before merging anything ? |
You could run I like to do it that way. But if you have a lab server that you can run the integration test on you can start it manually. But I think it’s easier to know that the tests will work together with the other tests, since we need to run tests against the instance name that are installed as part of the integration tests. You could of course run those integration tests first, before the new ones you create. :) I hope it helped answer your question, if not, please ask away again :) |
@johlju thanks for the tip, it works like a charm ! :) I am almost done with this issue. I still have an UNunderstandable tiny bug that holds me from sending the PR 👎 :( |
If you need another pair of eyes on the problem, then please post a link to your AppVeyor test run (and branch) and I can take a peek and see if I can be of any help :) |
Thanks for this. |
- Changes to SqlServerEndpoint - Add integration tests (issue #744).
Details of the scenario you tried and the problem that is occurring:
We should add an integration test for this resource.
The DSC configuration that is using the resource (as detailed as possible):
n/a
Version of the Operating System, SQL Server and PowerShell the DSC Target Node is running:
n/a
What module (SqlServer or SQLPS) and which version of the module 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: