Bigtable/Table close: should fail when invoking readRows with closed client failed
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.
commit: 10dcd217a6f276f53f58f3cd89650040d7b88089 buildURL: Build Status, Sponge status: failed
Test output
9 FAILED_PRECONDITION: Cluster is temporarily unavailable.
Error: 9 FAILED_PRECONDITION: Cluster is temporarily unavailable.
at Object.callErrorFromStatus (node_modules/@grpc/grpc-js/build/src/call.js:31:26)
-> /workspace/node_modules/@grpc/grpc-js/src/call.ts:81:24
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:189:52)
-> /workspace/node_modules/@grpc/grpc-js/src/client.ts:351:36
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:365:141)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:462:34
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:424:48
at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
-> /workspace/node_modules/@grpc/grpc-js/src/call-stream.ts:330:24
at processTicksAndRejections (internal/process/task_queues.js:79:11)
Test passed for commit 0dfb9606a2c0ac7be882a1bebcff6512fc77440a (Build Status, Sponge)! Closing this issue.
Looks like this issue is flaky. :worried:
I'm going to leave this open and stop commenting.
A human should fix and close this.
commit: 0dfb9606a2c0ac7be882a1bebcff6512fc77440a buildURL: Build Status, Sponge status: failed
Test output
9 FAILED_PRECONDITION: Cluster is temporarily unavailable.
Error: 9 FAILED_PRECONDITION: Cluster is temporarily unavailable.
at Object.callErrorFromStatus (node_modules/@grpc/grpc-js/build/src/call.js:31:26)
-> /workspace/node_modules/@grpc/grpc-js/src/call.ts:81:24
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:189:52)
-> /workspace/node_modules/@grpc/grpc-js/src/client.ts:351:36
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:365:141)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:462:34
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:424:48
at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
-> /workspace/node_modules/@grpc/grpc-js/src/call-stream.ts:330:24
at processTicksAndRejections (internal/process/task_queues.js:79:11)
Duplicate of https://github.com/googleapis/nodejs-bigtable/issues/1137
Oops! Looks like this issue is still flaky. It failed again. :grimacing:
I reopened the issue, but a human will need to close it again.
commit: c88801a8cd872a6bb837e8880f8e7294b6255fb7 buildURL: Build Status, Sponge status: failed
Test output
9 FAILED_PRECONDITION: Cluster is temporarily unavailable.
Error: 9 FAILED_PRECONDITION: Cluster is temporarily unavailable.
at Object.callErrorFromStatus (node_modules/@grpc/grpc-js/build/src/call.js:31:19)
-> /workspace/node_modules/@grpc/grpc-js/src/call.ts:81:17
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:190:52)
-> /workspace/node_modules/@grpc/grpc-js/src/client.ts:352:36
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:365:141)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:462:34
at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:328:181)
-> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:424:48
at /workspace/node_modules/@grpc/grpc-js/build/src/call-stream.js:187:78
-> /workspace/node_modules/@grpc/grpc-js/src/call-stream.ts:330:24
at processTicksAndRejections (internal/process/task_queues.js:79:11)
for call at
at ServiceClientImpl.makeUnaryRequest (node_modules/@grpc/grpc-js/build/src/client.js:160:30)
-> /workspace/node_modules/@grpc/grpc-js/src/client.ts:324:26
at ServiceClientImpl. (node_modules/@grpc/grpc-js/build/src/make-client.js:105:19)
-> /workspace/node_modules/@grpc/grpc-js/src/make-client.ts:189:15
at /workspace/build/src/v2/bigtable_table_admin_client.js:239:29
-> /workspace/src/v2/bigtable_table_admin_client.ts:362:25
at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
-> /workspace/node_modules/google-gax/src/normalCalls/timeout.ts:54:13
at OngoingCall.call (node_modules/google-gax/build/src/call.js:67:27)
-> /workspace/node_modules/google-gax/src/call.ts:81:23
at NormalApiCaller.call (node_modules/google-gax/build/src/normalCalls/normalApiCaller.js:34:19)
-> /workspace/node_modules/google-gax/src/normalCalls/normalApiCaller.ts:43:15
at /workspace/node_modules/google-gax/build/src/createApiCall.js:81:30
-> /workspace/node_modules/google-gax/src/createApiCall.ts:116:26
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
(Flaky bot doesn't know about duplicates, it'll keep reopening this until it's fixed — but dropping priority accordingly.)
This PR noted in the duplicate issue should have fixed the problem, but we can reopen it if it comes up again: https://github.com/googleapis/nodejs-bigtable/pull/1138