GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://cloud.google.com/nodejs
Apache License 2.0
809 stars 381 forks source link

background: "after all" hook for "should get the correct response" failed #478

Closed flaky-bot[bot] closed 3 years ago

flaky-bot[bot] commented 3 years ago

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: 555ab0f0dcd02f4e58955bcc6b6c8465f4838ef0 buildURL: Build Status, Sponge status: failed

Test output
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Error: 16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
    at Object.callErrorFromStatus (node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:330:49)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:299:181)
    at process.nextTick (node_modules/@grpc/grpc-js/build/src/call-stream.js:145:78)
    at process._tickCallback (internal/process/next_tick.js:61:11)
Caused by: Error
    at CollectionReference._get (node_modules/@google-cloud/firestore/build/src/reference.js:1519:23)
    at CollectionReference.get (node_modules/@google-cloud/firestore/build/src/reference.js:1507:21)
    at Context.after (test/app.test.js:73:54)
bcoe commented 3 years ago

Last run was successful, and we've only had one failure in the last two weeks, closing for now.

flaky-bot[bot] commented 3 years ago

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: 555ab0f0dcd02f4e58955bcc6b6c8465f4838ef0 buildURL: Build Status, Sponge status: failed

Test output
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Error: 16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
    at Object.callErrorFromStatus (node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:331:49)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:299:181)
    at process.nextTick (node_modules/@grpc/grpc-js/build/src/call-stream.js:160:78)
    at process._tickCallback (internal/process/next_tick.js:61:11)
Caused by: Error
    at CollectionReference._get (node_modules/@google-cloud/firestore/build/src/reference.js:1519:23)
    at CollectionReference.get (node_modules/@google-cloud/firestore/build/src/reference.js:1507:21)
    at Context.after (test/app.test.js:73:54)
flaky-bot[bot] commented 3 years ago

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: 5bccb4d294a17e64b3f561644595b688713ac13c buildURL: Build Status, Sponge status: failed

Test output
16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
Error: 16 UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
    at Object.callErrorFromStatus (node_modules/@grpc/grpc-js/build/src/call.js:31:26)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client.js:331:49)
    at Object.onReceiveStatus (node_modules/@grpc/grpc-js/build/src/client-interceptors.js:299:181)
    at process.nextTick (node_modules/@grpc/grpc-js/build/src/call-stream.js:160:78)
    at process._tickCallback (internal/process/next_tick.js:61:11)
Caused by: Error
    at CollectionReference._get (node_modules/@google-cloud/firestore/build/src/reference.js:1519:23)
    at CollectionReference.get (node_modules/@google-cloud/firestore/build/src/reference.js:1507:21)
    at Context.after (test/app.test.js:73:54)
tmatsuo commented 3 years ago

Different error.