parse-community / parse-community/parse-server
Replace mongodb-runner with mongodb-memory-server
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Currently, we are using mongodb-runner to spin up MongoDB test DBs in CI.
There have been recent incidents, where the latest MongoDB version was not available via mongo-runner.
Feature / Enhancement Description
Switch to mongodb-memory-server.
Example Use Case
n/a
Alternatives / Workarounds
Keep excluding recent MongoDB versions from testing in the CI.
3rd Party References
n/a
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CI configuration and current mongodb-runner setup described in the issue, then review how test databases are created across supported MongoDB versions. Replace that setup with mongodb-memory-server and verify the CI tests. Done means recent MongoDB versions no longer need to be excluded from testing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, mongodb, nodejs
- Domain
- ci-cd, databases, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100