All: Librarian generated PR fails kokoro build
Librarian generated PR: https://github.com/googleapis/google-cloud-go/pull/13376 Is currently blocked from being submitted due to failing kokoro test.
Please fix to unblock code generation in the google-cloud-go repository.
this is still an issue with latest generated PR https://github.com/googleapis/google-cloud-go/pull/13391
The kokoro job failure in #13391 has no link to job logs, so there is nothing I can do except close this as a probable flake.
Reopening. Same failure happened in https://github.com/googleapis/google-cloud-go/pull/13409. Kokoro job still got no link to job logs. Is this a flake that the kokoro job is not correctly triggered?
Thanks for re-opening. I have no idea why we can't there's no Kokoro logs link, but I'll try to find the job and see what happened this morning.
Today's Kokoro presubmit jobs for #13409 both failed at the same bigtable test, below, so it might not be a flake. Assigning to @bhshkh for investigation.
=== RUN TestCachingStreamDecrement/DecrementOnSendError
connpool_test.go:584: RecvMsg failed unexpectedly while draining: rpc error: code = Internal desc = cardinality violation: received no response message from non-server-streaming RPC
=== RUN TestCachingStreamDecrement/NoDecrementOnSuccessfulSend
--- FAIL: TestCachingStreamDecrement (0.02s)
--- PASS: TestCachingStreamDecrement/DecrementOnRecvError (0.01s)
--- FAIL: TestCachingStreamDecrement/DecrementOnSendError (0.00s)
--- PASS: TestCachingStreamDecrement/NoDecrementOnSuccessfulSend (0.00s)
FAIL
FAIL cloud.google.com/go/bigtable/internal/transport 0.191s
FAIL
Still seeing an issue with this weeks generate PR: https://github.com/googleapis/google-cloud-go/pull/13439
Sounds like it's time to disable offending tests via t.Skip. 13439 contains changes to bigtable but the test causing failures doesn't look to be directly related to this.
I think this is resolved, so I'm closing this. https://github.com/googleapis/google-cloud-go/pull/13462 was a librarian generate PR submitted recently which would tend to indicate progress has resumed.