googleapis / gcs-resumable-upload

This repository has been deprecated. Support will end on November 1, 2023. Upload a file to Google Cloud Storage with built-in resumable behavior
MIT License
62 stars 33 forks source link

end to end: should resume an interrupted upload failed #528

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

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


commit: 50a11d0bea4ffbad39d71d18931c485564e81c3c buildURL: Build Status, Sponge status: failed

Test output
Expected values to be strictly equal:
+ actual - expected

+ 'invalid_grant: Invalid JWT Signature.'
- 'Interrupted'

      + expected - actual

      -invalid_grant: Invalid JWT Signature.
      +Interrupted

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ 'invalid_grant: Invalid JWT Signature.'
- 'Interrupted'
    at Upload. (build/system-test/kitchen.js:74:28)
        -> /workspace/system-test/kitchen.ts:91:18
    at errorOrDestroy (node_modules/readable-stream/lib/internal/streams/destroy.js:98:101)
    at onwriteError (node_modules/readable-stream/lib/_stream_writable.js:430:5)
    at onwrite (node_modules/readable-stream/lib/_stream_writable.js:450:11)
    at WritableState.onwrite (node_modules/readable-stream/lib/_stream_writable.js:160:5)
    at Upload.Duplexify._destroy (node_modules/duplexify/index.js:194:18)
    at /workspace/node_modules/duplexify/index.js:185:10
    at processTicksAndRejections (internal/process/task_queues.js:79:11)