-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Please help add regression test runs for identity #12740
Comments
Default API version is now 2020-10-01 (Azure#12740)
I think these are covered scenarios. Closing. Feel free to reopen if you want @xiangyan99. |
@scbedd what we are looking for is regression validation. e.g. currently we install latest GAed identity and run storage tests. What we want to validate is install the live identity from main and run those tests to catch breaking changes/regressions. Do you know if we have such coverage in our current matrix? Thanks. |
I laid out the two ways we test, can you give me a bit more detail about what you mean by regression?
Doesn't the |
Had a chat with @xiangyan99 about this. We need a new regression step that runs based on dev_requirements contents + actual dependencies. This is a live test invocation, it has nothing to do with recorded tests. One way we could recognize this is to check dev_requirements for any azure-* dependency. |
Hi @xiangyan99, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
Now we have regression runs for azure-core.
Can we add the regression tests for identity as well?
What we want is to install latest bits and run tests against last GA release. So we can make sure we don't introduce breaking changes between two GA releases.
The text was updated successfully, but these errors were encountered: