nielsbasjes commented on pull request #13308: URL: https://github.com/apache/beam/pull/13308#issuecomment-737344931
@TheNeuralBit I ran the current docker image locally with your changes from #13444 included. Turns out that sdks/java/io/google-cloud-platform also has a few tests that require Google credentials to run. DicomIOTest. test_Dicom_failedMetadataRead FhirIOTest. test_FhirIO_failedReads FhirIOTest. test_FhirIO_failedWrites HL7v2IOTest. test_HL7v2IO_failedReads HL7v2IOTest. test_HL7v2IO_failedWrites All of these failed also with `Caused by: java.io.IOException: The Application Default Credentials are not available.` My current guess is that these should be moved to be an IT test instead of a regular test. Do you want to include the #13444 fixes? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
