-
Notifications
You must be signed in to change notification settings - Fork 70
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
Added mocking data and mocking integration tests for azure #1646
Conversation
Can one of the admins verify this patch? |
Junqi, what do you mean by differentiating present and absent data? Isn't the data generated by provisioning (present) the data used by teardown (absent)? |
@14rcole No, they are using different data, I added code for SK's collector to collect both present data and absent data. Do you think it's necessary? I personally think it's not that necessary to test the Teardown part because if the provision part works fine then the teardown should also work fine. But @samvarankashyap said for consistency, we need to provide both data, I agree. What's your opinion? |
[test] |
2 similar comments
[test] |
[test] |
Do you mean that the provider returns different data on teardown? |
@14rcole yes |
[test] |
1 similar comment
[test] |
215bdef
to
41cf905
Compare
[test] |
[TEST] |
[test] |
…oth present and abesnt
…because it's not collected yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[merge] |
Added mocking data and mocking integration tests for azure. It also differentiated the present data and absent data. All other providers should do the same. fix #1531