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#download failed #2332

Closed flaky-bot[bot] closed 6 months ago

flaky-bot[bot] commented 10 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: f20ef3cb7bf8cbdda988e792edc7abd9a1b516f1 buildURL: Build Status, Sponge status: failed

Test output
The expression evaluated to a falsy value:

  assert(expectedError instanceof Error)

      + expected - actual

      -false
      +true

/workspace/system-test/storage.ts:1764
          assert(expectedError instanceof Error);
          ^

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

  assert(expectedError instanceof Error)

    at null.requesterPaysDoubleTest (system-test/storage.ts:1764:11)
    at runMicrotasks ()
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at Context. (system-test/storage.ts:1892:11)
flaky-bot[bot] commented 10 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 (f20ef3cb7bf8cbdda988e792edc7abd9a1b516f1), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).