googleapis / nodejs-tasks

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/tasks/docs/
Apache License 2.0
142 stars 45 forks source link

Cloud Task Sample Tests: should create a HTTP task with token failed #662

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 2 years ago

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


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

Test output
Command failed: node createHttpTaskWithToken long-door-651 my-queue us-central1 https://example.com/taskhandler test-run-invoker@long-door-651.iam.gserviceaccount.com
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: Command failed: node createHttpTaskWithToken long-door-651 my-queue us-central1 https://example.com/taskhandler test-run-invoker@long-door-651.iam.gserviceaccount.com
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 checkExecSyncError (child_process.js:635:11)
    at execSync (child_process.js:671:15)
    at exec (test/test.samples.js:23:21)
    at Context. (test/test.samples.js:65:20)
    at processImmediate (internal/timers.js:461:21)