You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed I've been seeing this bug for the last 3 weeks. Running on node 10, using mocha version 6.2.2. This outputs to the console while tests are running using either mocha or mocha --watch.
(node:13167) MaxListenersExceededWarning:
Possible EventEmitter memory leak detected.
11 uncaughtException listeners added to [process].
Use emitter.setMaxListeners() to increase limit
Suggested cause:
listeners are not being removed after they have been used and no longer needed
Many other libraries have faced this issue. See winston:
In the log files of our CI tests, following warnings can be found:
Please investigate, explain and evtl. fix those warnings.
The text was updated successfully, but these errors were encountered: