-
Notifications
You must be signed in to change notification settings - Fork 302
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
Automate Azure Functions testing #899
Comments
@schaabs, please loop in @danieljurek for these conversations. We think we don't need to run our entire test suite in all of these extra environments (govt. clouds, functions, canary, etc.) but it is interesting to run some of our tests... the set of tests that cover the differences in each environment. One idea: we have a good, encapsulated, test in each language with our smoke tests. These could be what we run in each environment. |
@schaabs can you please update this issue with instructions for the other languages to follow as a template? |
Closing; will reevaluate for next semester |
@KarishmaGhiya So, in summary, this issue is about:
I wrote some instructions for Azure Arc a while ago. Those should work as a reference: #1908 (comment) You can also look at what Python has done: https://github.com/mccoyp/azure-sdk-for-python/tree/master/sdk/identity/azure-identity/tests/managed-identity-live Java has something more automated, but in case it helps: https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/e2e/src Regarding how to make these resources: |
Small update: we already have a folder, test/manual-integration. Let's use that one for now! |
Hi @joshfree, 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. |
Tracking issue for step-by-step instructions for how to manually run e2e tests for Azure Functions hosted environments for each of the azure-sdk-for-* languages. This issue will be used by our Vendor team for manually running tests in this scenario, and will be tracked on the EngSys backlog for eventual automation.
Assigning to @schaabs who will create the initial instructions specific to .NET Azure SDKs. Other SDK languages will be appended to this issue as further comments.
The text was updated successfully, but these errors were encountered: