Skip to content
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

[Event Hubs Client] All Tests fail while authrityhost from environment doesn't end with "/" #15009

Closed
Luyunmt opened this issue Sep 9, 2020 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs

Comments

@Luyunmt
Copy link
Contributor

Luyunmt commented Sep 9, 2020

We are running live Tests against other clouds like US Gov and Azure China Cloud. The goal is to check whether new azure sdk package work with other clouds or not.
Based on following code, all clouds' authorityhost must end with "/". But the authrityhost from environment can end with "/" or not. And in pipline variable only US GOV end with "/".
This leads to all tests fail.

image

Now pipline variable :
aad-azure-sdk-test-authority-uri : https://login.microsoftonline.com
aad-azure-sdk-test-authority-uri-cn : https://login.chinacloudapi.cn
aad-azure-sdk-test-authority-uri-gov : https://login.microsoftonline.com/
@jongio @danieljurek

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 9, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Sep 9, 2020
@ghost ghost added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Sep 9, 2020
@tzhanl tzhanl added Client This issue points to a problem in the data-plane of the library. and removed needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team labels Sep 9, 2020
@ghost ghost added the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Sep 9, 2020
@tzhanl tzhanl removed customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Sep 9, 2020
@jsquire jsquire added this to the [2020] October milestone Sep 28, 2020
@jsquire jsquire self-assigned this Sep 28, 2020
@jsquire jsquire changed the title [Event hub] All Tests fail while authrityhost from environment doesn't end with "/" [Event Hubs Client] All Tests fail while authrityhost from environment doesn't end with "/" Sep 28, 2020
@jsquire
Copy link
Member

jsquire commented Sep 29, 2020

Fixed by: #15532 15532

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Hubs
Projects
None yet
Development

No branches or pull requests

3 participants