mfuhrmeister / nodejs-embedded-mongodb-standalone

Embedded mongodb library that downloads a appropriate mongodb and utilizes it as standalone.
MIT License
5 stars 4 forks source link

child process cannot be killed on CircleCi server #7

Open mfuhrmeister opened 7 years ago

mfuhrmeister commented 7 years ago

The child process, when starting mongod, cannot be killed in the functional test on CircleCi server, running Ubuntu.

@see: https://github.com/nodejs/node/issues/5451