googleapis / nodejs-storage

Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
https://cloud.google.com/storage/
Apache License 2.0
897 stars 369 forks source link

storage requester pays existing bucket methods that accept userProject: file#createReadStream failed #2297

Closed flaky-bot[bot] closed 12 months ago

flaky-bot[bot] commented 12 months 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: 7663005b98559b67d44b9a51615f3e834e11b733 buildURL: Build Status, Sponge status: failed

Test output
The expression evaluated to a falsy value:

  assert(expectedError instanceof Error)

      + expected - actual

      -false
      +true

AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

  assert(expectedError instanceof Error)

    at requesterPaysDoubleTest (build/system-test/storage.js:1381:21)
    at runMicrotasks ()
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async Context. (build/system-test/storage.js:1453:21)
flaky-bot[bot] commented 12 months 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 (7663005b98559b67d44b9a51615f3e834e11b733), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

ddelgrosso1 commented 12 months ago

Looks like Kokoro was timing out and not a problem with the test.