3rd-Eden / memcached

A fully featured Memcached client build on top of Node.js. Build with scaling in mind so it will support Memcached clusters and consistent hashing.
MIT License
1.31k stars 276 forks source link

test cases failed because of breaking change of Mocha-v4 #328

Closed mapleeit closed 6 years ago

mapleeit commented 6 years ago

https://travis-ci.org/3rd-Eden/memcached/jobs/324647584

Found that all test passed but the mocha process didn't exit. Mocha 4 or 5 will cause this problem because of this Breaking change

The nature of the problem is that socket didn't shutdown after test case done. We should fix this