googleapis / google-auth-library-nodejs

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

samples: should obtain headers for a request failed #1620

Closed flaky-bot[bot] closed 1 year ago

flaky-bot[bot] commented 1 year ago

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


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

Test output
expected '' to match /Headers:/
AssertionError: expected '' to match /Headers:/
    at Context. (test/jwt.test.js:63:12)
    at processImmediate (internal/timers.js:464:21)
ddelgrosso1 commented 1 year ago

Was worried this might potentially by related to all the updates to Gaxios so took a look. Looks like an ECONNRESET so likely some network flakiness.

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 (fe09d6b4eb5a8215d21564a97bcc7ea5beb570bf), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

ddelgrosso1 commented 1 year ago

Going to close this per my last comment.