google-cloud-go icon indicating copy to clipboard operation
google-cloud-go copied to clipboard

All: Librarian generated PR fails kokoro build

Open ldetmer opened this issue 1 month ago • 7 comments

Librarian generated PR: https://github.com/googleapis/google-cloud-go/pull/13376 Is currently blocked from being submitted due to failing kokoro test.

Image

Please fix to unblock code generation in the google-cloud-go repository.

ldetmer avatar Nov 19 '25 18:11 ldetmer

this is still an issue with latest generated PR https://github.com/googleapis/google-cloud-go/pull/13391

ldetmer avatar Nov 21 '25 13:11 ldetmer

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.

quartzmo avatar Nov 24 '25 21:11 quartzmo

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?

zhumin8 avatar Nov 26 '25 17:11 zhumin8

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.

quartzmo avatar Nov 26 '25 19:11 quartzmo

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

quartzmo avatar Nov 26 '25 20:11 quartzmo

Still seeing an issue with this weeks generate PR: https://github.com/googleapis/google-cloud-go/pull/13439

ldetmer avatar Dec 03 '25 16:12 ldetmer

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.

shollyman avatar Dec 03 '25 17:12 shollyman

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.

shollyman avatar Dec 15 '25 23:12 shollyman