Revanth14 commented on issue #1882: URL: https://github.com/apache/iceberg-go/issues/1882#issuecomment-5443792581
I can take this. The real I/O is triggered by `bucket.List`, which causes Azure managed-identity discovery and SDK retries. I will update`createAzureBucket` to allow credential-factory injection in tests. The managed-identity test will use a fake `azcore.TokenCredential` and verify that the correct credential factory is selected without making an Azure request. I’ll also update the adjacent default-credential test, which currently has the same real-I/O pattern. If no one is working on this, I can open a PR shortly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
