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 execution unit tests on linux mint #2167

Merged

Conversation

wbarcovsky
Copy link
Contributor

I run unit tests on my local machine with linux mint v19.2 and all tests with mongodb adapter fails.
Turns out it was an error in package "mongodb-memory-server": typegoose/mongodb-memory-server#32
It was fixed in the version 6.1.0: https://github.com/nodkz/mongodb-memory-server/releases/tag/v6.1.0

In this PR I upgrade version of this package up to 6.1.1 to fix this

@changeset-bot
Copy link

changeset-bot bot commented Dec 29, 2019

🦋 Changeset is good to go

Latest commit: 4169c83

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

},
"devDependencies": {
"mongodb": "^3.3.3",
"mongodb-memory-server": "^6.0.1"
"mongodb": "^3.3.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a particular reason for moving this out of devDependencies?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, will fix it ASAP

@timleslie
Copy link
Contributor

This all looks good, as a final step could I get you to add a changeset? (run yarn changeset and follow the instructions there). Thanks!

@wbarcovsky
Copy link
Contributor Author

This all looks good, as a final step could I get you to add a changeset? (run yarn changeset and follow the instructions there). Thanks!

Done!

Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@timleslie timleslie merged commit 3d7222c into keystonejs:master Jan 5, 2020
@github-actions github-actions bot mentioned this pull request Jan 5, 2020
@wbarcovsky wbarcovsky deleted the memory-adapters-fix-for-linux-mint branch January 8, 2020 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants