Closed joshfree closed 8 months ago
Moved to March. Time is getting short on February.
@KarishmaGhiya So, in summary, this issue is about:
tests/e2e/azure-service-fabric
.
I wrote some instructions for Azure Arc a while ago. Those should work as a reference: https://github.com/Azure/azure-sdk/issues/1908#issuecomment-725689719
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:
Other languages have already made resources where to run these manual tests. Reach out to either McCoy Patiño, Catalina Peralta or Vinay Gera for more information.
Small update: we already have a folder, test/manual-integration. Let's use that one for now!
Moved to September as this issue needs Service Fabric support to be added back first https://github.com/Azure/azure-sdk-for-js/issues/12420
It won’t be possible for us to finish the e2e service fabric guide for JavaScript yet because the Python guide is not currently working as expected. Once Python’s guide is updated, we will continue to work on the e2e guide for JavaScript.
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 item to create new /sdk/e2e Azure.Identity smoke tests for running in Azure Service Fabric hosted environment.
Python has some instructions already merged - https://github.com/Azure/azure-sdk/issues/901#issuecomment-715604282 Referencing Python's PR with latest updates - https://github.com/Azure/azure-sdk-for-python/pull/21370