googleapis / nodejs-logging-bunyan

Node.js client integration between Stackdriver Logging and Bunyan.
https://cloud.google.com/logging/
Apache License 2.0
63 stars 34 forks source link

Installation When used with Typescript code: should install and work with code that imports the module with {} syntax failed #706

Closed flaky-bot[bot] closed 10 months ago

flaky-bot[bot] commented 1 year ago

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


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

Test output
Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/build/system-test/test-install.js)
Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/build/system-test/test-install.js)
    at listOnTimeout (internal/timers.js:554:17)
    at processTimers (internal/timers.js:497:7)
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 (e36a09f238b8374a41f72e33596ff22195379195), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

cindy-peng commented 10 months ago

Flaky tests on node12. Closed this since we have migrated to Node14: https://github.com/googleapis/nodejs-logging-bunyan/pull/705