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 notifications: "after all" hook for "should delete a notification" failed #2320

Closed flaky-bot[bot] closed 11 months ago

flaky-bot[bot] commented 11 months ago

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


commit: 5068a9d06eab9bbd5cd7c1d571cb0fa76cd69a16 buildURL: Build Status, Sponge status: failed

Test output
Cannot read property 'delete' of undefined
/workspace/system-test/storage.ts:3561
      await subscription.delete();
                         ^

TypeError: Cannot read property 'delete' of undefined
    at Context. (system-test/storage.ts:3561:26)
    at processImmediate (internal/timers.js:464:21)
ddelgrosso1 commented 11 months ago

Looks like some general network weirdness. Going to close this out.