googleapis / nodejs-bigtable

Node.js client for Google Cloud Bigtable: Google's NoSQL Big Data database service.
https://cloud.google.com/bigtable/
Apache License 2.0
97 stars 56 forks source link

Bigtable: "after all" hook in "Bigtable" failed #1338

Closed flaky-bot[bot] closed 11 months ago

flaky-bot[bot] commented 11 months ago

Note: #1212 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: e14992bb41cab79397891fe78d5ef539dd9e8618 buildURL: Build Status, Sponge status: failed

Test output
5 NOT_FOUND: Failed to read: projects/{1046198160504}/instances/gt-cmek-6302-1696231079216
/workspace/node_modules/@grpc/grpc-js/src/call.ts:82
  const error = new Error(message);
                ^

Error: 5 NOT_FOUND: Failed to read: projects/{1046198160504}/instances/gt-cmek-6302-1696231079216
    at null.callErrorFromStatus (node_modules/@grpc/grpc-js/src/call.ts:82:17)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/src/client.ts:360:55)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/src/client-interceptors.ts:458:34)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/src/client-interceptors.ts:419:48)
    at null. (node_modules/@grpc/grpc-js/src/resolving-call.ts:132:24)
    at processTicksAndRejections (internal/process/task_queues.js:77:11)
for call at
    let callerStackError: Error | null = new Error();
                                         ^

Error
    at ServiceClientImpl.makeUnaryRequest (node_modules/@grpc/grpc-js/src/client.ts:325:42)
    at ServiceClientImpl. (node_modules/@grpc/grpc-js/src/make-client.ts:189:15)
    at null. (src/v2/bigtable_table_admin_client.ts:421:25)
    at wrappedCall (node_modules/google-gax/build/src/paginationCalls/pagedApiCaller.js:86:20)
    at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
    at repeat (node_modules/google-gax/build/src/normalCalls/retries.js:80:25)
    at Immediate. (node_modules/google-gax/build/src/normalCalls/retries.js:118:13)
    at processImmediate (internal/timers.js:466:21)
danieljbruce commented 11 months ago

Root cause is 14 UNAVAILABLE: The service is currently unavailable.