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

Failing system test #505

Closed simonz130 closed 3 years ago

simonz130 commented 3 years ago

Test is failing with these errors:

`

Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/build/system-test/test-middleware-express.js) Error: Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/build/system-test/test-middleware-express.js) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7) Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/build/system-test/test-middleware-express.js) Error: Timeout of 30000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/workspace/build/system-test/test-middleware-express.js) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7)

`

0xSage commented 3 years ago

I was able to get the tests passing locally and verify nightly is passing again: https://g3c.corp.google.com/results/invocations/654dea76-53ad-4654-a5ee-0553c9503119

chalking this one to OMG issue as well