Re: Test Failure: GcpOptionsTest$CommonTests. testDefaultGcpTempLocationDoesNotExist

2019-11-12 Thread Tomo Suzuki
Kyle, Great. Thank you for quick response. On Tue, Nov 12, 2019 at 4:26 PM Kyle Weaver wrote: > Hi Tomo, thanks for reporting. > > This test passes on my machine and on Jenkins. I'm guessing this test is > assuming something about the host's gcloud settings, and is overfitting as > a result.

Re: Test Failure: GcpOptionsTest$CommonTests. testDefaultGcpTempLocationDoesNotExist

2019-11-12 Thread Kyle Weaver
Hi Tomo, thanks for reporting. This test passes on my machine and on Jenkins. I'm guessing this test is assuming something about the host's gcloud settings, and is overfitting as a result. Probably we should mock something so that the test doesn't actually need to call gcloud. I have created a

Test Failure: GcpOptionsTest$CommonTests. testDefaultGcpTempLocationDoesNotExist

2019-11-12 Thread Tomo Suzuki
Hi Beam developers, I'm trying to build Apache Beam from the source. But GcpOptionsTest fails (error below). Did anybody solve this problem already? I'm using master (c2e58c55) suztomo@suxtomo24:~/beam4$ ./gradlew -p sdks/java check ... FAILURE: Build failed with an exception. * What went