Marc Dougherty

Results 23 comments of Marc Dougherty

This appears to be failing consistently with an api error - this requires further investigation. ``` import_data_image_classification_test.go:119: rpc error: code = Unimplemented desc = unexpected HTTP status code received from...

Listing as p1 for now until we can determine if this blocks adoption of 1.22. if we're ok to move forward, we can downgrade to p2.

this looks to be a noop for our current tests, as determined by testing in #3756

One of the reasons this test is failing is that it uses a static collection name for the Dataset, creating resource contention. I'll investigate making these less flaky, or we'll...

Trace data is really not designed to be reused between requests. It is possible to do this by having the frontend generate trace IDs to send with multiple requests, but...

the test failures are for N2 CPUs in europe, which are not used by this PR, so they're unrelated.

Apologies for the struggle with automerge. i've examined the failing tests, and they do not appear related to this change.

CI is still reporting failures: ``` integration_test.go:1167: failed to commit rw txn excluded from change streams: spanner: code = "Unimplemented", desc = "ExcludeTxnFromChangeStreams is not enabled." integration_test.go:418: got output "";...

> @muncus do you know if kokoro is running Go 1.21, preventing Go 1.22 ? Kokoro is running 1.21, and with 1.22, go.mod versions become **blocking** rather than advisory, so...