-
Notifications
You must be signed in to change notification settings - Fork 24.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
[CI] Windows azure repository tests fail with AccessControlException in AzureRepositoryPlugin #73539
Comments
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Pinging @elastic/es-distributed (Team:Distributed) |
The update of the Azure SDK to 12.11.1 started using the netty dns resolver. This reads /etc/hosts on nix machines. But we also need to account for Windows machines, which have a similar hosts file. closes elastic#73539
Here is a case that seems related although a bit different: https://gradle-enterprise.elastic.co/s/yp55eggepsbv6 error:
|
https://gradle-enterprise.elastic.co/s/oclz34bo62jno Very similar failure. I am not sure we should mute all the
|
The upgrade of Azure is going to be reverted ( #73837). That will "fix" this issue, at least for now until we upgrade again. |
I'm closing this issue as it should be solved by (#73837) |
Build scan: https://gradle-enterprise.elastic.co/s/3n2pftsr72wdm and many others
Repro line: None generated, but should be something like:
./gradlew ':x-pack:plugin:repository-encrypted:qa:azure:internalClusterTest'
on a Windows machine.Reproduces locally?: yes, on Windows
Applicable branches: master, 7.x
Failure history:
https://gradle-enterprise.elastic.co/scans?search.relativeStartTime=P7D&search.tags=WINDOWS&search.tags=master&search.tasks=checkPart1&search.timeZoneId=America/New_York
I believe it's been failing since this PR was merged: #72995
Failure excerpt:
Whatever fix we find for this, it is probably relevant to the work needed for issue #73479
The text was updated successfully, but these errors were encountered: