Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bigtable/Table close: "after all" hook for "should fail when invoking readRows with closed client" failed #1292

Closed
flaky-bot bot opened this issue May 26, 2023 · 3 comments · Fixed by #1319
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented May 26, 2023

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


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

Test output
5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
Error: 5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
    at 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:192:76)
        -> /workspace/node_modules/@grpc/grpc-js/src/client.ts:356:55
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:360:141)
        -> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:455:34
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:323:181)
        -> /workspace/node_modules/@grpc/grpc-js/src/client-interceptors.ts:417:48
    at /workspace/node_modules/@grpc/grpc-js/build/src/resolving-call.js:94:78
        -> /workspace/node_modules/@grpc/grpc-js/src/resolving-call.ts:111: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:34)
        -> /workspace/node_modules/@grpc/grpc-js/src/client.ts:326:30
    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_instance_admin_client.js:274:29
        -> /workspace/src/v2/bigtable_instance_admin_client.ts:413: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:84:30
        -> /workspace/node_modules/google-gax/src/createApiCall.ts:118:26
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels May 26, 2023
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/nodejs-bigtable API. label May 26, 2023
@danieljbruce danieljbruce added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Aug 21, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 5, 2023

commit: 906ac79
buildURL: Build Status, Sponge
status: failed

Test output
5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
/workspace/node_modules/@grpc/grpc-js/src/call.ts:82
  const error = new Error(message);
                ^

Error: 5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
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_instance_admin_client.ts:413:25)
at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
at OngoingCall.call (node_modules/google-gax/build/src/call.js:67:27)
at NormalApiCaller.call (node_modules/google-gax/build/src/normalCalls/normalApiCaller.js:34:19)
at /workspace/node_modules/google-gax/build/src/createApiCall.js:84:30
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)

@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 12, 2023

commit: 5cc0523
buildURL: Build Status, Sponge
status: failed

Test output
5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
/workspace/node_modules/@grpc/grpc-js/src/call.ts:82
  const error = new Error(message);
                ^

Error: 5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
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_instance_admin_client.ts:413:25)
at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
at OngoingCall.call (node_modules/google-gax/build/src/call.js:67:27)
at NormalApiCaller.call (node_modules/google-gax/build/src/normalCalls/normalApiCaller.js:34:19)
at /workspace/node_modules/google-gax/build/src/createApiCall.js:84:30
at processTicksAndRejections (internal/process/task_queues.js:95:5)

@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 20, 2023

commit: 63456cd
buildURL: Build Status, Sponge
status: failed

Test output
5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
/workspace/node_modules/@grpc/grpc-js/src/call.ts:82
  const error = new Error(message);
                ^

Error: 5 NOT_FOUND: Instance projects/long-door-651/instances/fake-instance2 not found.
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_instance_admin_client.ts:413:25)
at /workspace/node_modules/google-gax/build/src/normalCalls/timeout.js:44:16
at OngoingCall.call (node_modules/google-gax/build/src/call.js:67:27)
at NormalApiCaller.call (node_modules/google-gax/build/src/normalCalls/normalApiCaller.js:34:19)
at /workspace/node_modules/google-gax/build/src/createApiCall.js:84:30
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:95:5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant