googleapis / google-auth-library-nodejs

🔑 Google Auth Library for Node.js
Apache License 2.0
1.73k stars 381 forks source link

samples for external-account: should acquire ADC for PluggableAuth creds failed #1634

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 1 year ago

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


commit: 4ee02da4f6934eeb9550b8b659d1abda85194e6b buildURL: Build Status, Sponge status: failed

Test output
expected 'GaxiosError: Invalid response body wh…' to match /DNS Info:/
AssertionError: expected 'GaxiosError: Invalid response body wh…' to match /DNS Info:/
    at Context. (test/externalclient.test.js:477:12)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
flaky-bot[bot] commented 1 year 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.


When run at the same commit (4ee02da4f6934eeb9550b8b659d1abda85194e6b), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

danielbankhead commented 1 year ago

Passes here https://github.com/googleapis/google-auth-library-nodejs/pull/1637

Reduced priority for now.

danielbankhead commented 1 year ago

This was an upstream gaxios-related issue: https://github.com/googleapis/gaxios/pull/569