When trying to run the Java tests, I keep getting
Expected: (an instance of java.lang.IllegalArgumentException and exception
with message a string containing "Error constructing default value for
gcpTempLocation: tempLocation is not a valid GCS path" and exception with
cause exception with message a string containing "Output path does not
exist or is not writeable")
but: exception with cause exception with message a string containing
"Output path does not exist or is not writeable" cause message was "Unable
to verify that GCS bucket gs://does exists."
Stacktrace was: java.lang.IllegalArgumentException: Error constructing
default value for gcpTempLocation: tempLocation is not a valid GCS path,
gs://does/not/exist.
Has anyone else ever run into this? Should this be acceptable in making the
test pass (the exception is the same, but the underlying cause is
different).