Closed heaths closed 1 week ago
@LarryOsterman can we even run E2E tests against Event Hubs? That requires actually-provisioned resources, right? If not, I can delete the entirety of the GitHub Actions workflows finally. /cc @hallipr
@microsoft-github-policy-service rerun
@LarryOsterman can we even run E2E tests against Event Hubs? That requires actually-provisioned resources, right? If not, I can delete the entirety of the GitHub Actions workflows finally. /cc @hallipr
No, the test_e2e tests for Event Hubs requires either the eventhub emulator running locally or actually provisioned resources. It's a live test in the classic vernacular.
As we get further into ADO pipelines, I'll probably bring up the test AMQP Broker (used in Go) to test the AMQP stuff locally, that will help with coverage.
Also gets rid of most of GitHub Actions with only E2E tests remaining.