Abacn commented on PR #38021:
URL: https://github.com/apache/beam/pull/38021#issuecomment-4172790126
Looks like google cloud auth had breaking change, causing some integration
test failures
```
Caused by: java.io.IOException: ComputeEngineCredentials cannot find the
metadata server. This is likely because code is not running on Google Compute
Engine.
at
com.google.auth.oauth2.ComputeEngineCredentials.getMetadataResponse(ComputeEngineCredentials.java:482)
...
Caused by: java.net.UnknownHostException: metadata.google.internal
at
java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
at java.base/java.net.Socket.connect(Socket.java:615)
```
--
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]