Chris Smith

Results 120 comments of Chris Smith

@sanadhis Can you solve this by setting `GOOGLE_APPLICATION_CREDENTIALS` to `$CLOUDSDK_CONFIG/application_default_credentials.json` in the target environment?

I don't understand exactly what your options are in this proxy environment. Supporting `CLOUDSDK_CONFIG` is not likely to happen in the Go client libraries. The support in Java and Python...

External question: "we were testing the storage library, and it seems by default it is not routing to the new transport layer. I might be screwing something up with the...

@BrennaEpp Can you verify if the dialsettings `EnableNewAuthLibrary` does indeed evaluate to false as suggested above?

@12ya Thank you for this PR. Please move the `profiler/` change to a separate PR. Thank you.

`apidiff` error: ``` go install golang.org/x/exp/cmd/apidiff@latest shell: /usr/bin/bash -e {0} go: downloading golang.org/x/exp v0.0.0-20240909161429-701f6[3](https://github.com/googleapis/go-genproto/actions/runs/10764216152/job/29901629535?pr=1160#step:3:3)a606c0 go: golang.org/x/exp/cmd/apidiff@latest (in golang.org/x/[email protected][4](https://github.com/googleapis/go-genproto/actions/runs/10764216152/job/29901629535?pr=1160#step:3:5)0909161429-701f63a606c0): go.mod:3: invalid go version '1.22.0': must match format 1.23 ```

Adding `do not merge` pending resolution of issue raised in #1608.

> it's not actually related to the data race Oops, sorry, I didn't even look at the error. I've been bitten by that `-race` flag a couple times in the...

@diurnalist Current kokoro CI failure: ``` === RUN TestOnGCE_CancelTryHarder metadata_test.go:91: OnGCE() = true; want false --- FAIL: TestOnGCE_CancelTryHarder (0.00s) ```

@diurnalist Thanks so much. Naturally, all this test stubbing chips away at the actual test coverage, but there's nothing to be done about that. I think naming the previously anonymous...