Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(MongoInstance): kill the killlerProcess on instance kill #129

Merged
merged 1 commit into from
Jan 10, 2019
Merged

fix(MongoInstance): kill the killlerProcess on instance kill #129

merged 1 commit into from
Jan 10, 2019

Conversation

skrtheboss
Copy link
Contributor

When a MongoInstance is killed, the killerProcess should also be killed. Else jest may fail in other projects, since there remains an open handle for the killerProcess until the interval (2s) is called, see Mongo Killer Interval.

@nodkz nodkz merged commit 545d098 into typegoose:master Jan 10, 2019
@nodkz
Copy link
Collaborator

nodkz commented Jan 10, 2019

Wow good catch! 👌
Tnx!

@nodkz
Copy link
Collaborator

nodkz commented Jan 10, 2019

🎉 This PR is included in version 2.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@nodkz nodkz added the released Pull Request released | Issue is fixed label Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Pull Request released | Issue is fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants