This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
MongoDB runs out of storage space #49
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running edxapp tests creates a new database with every run. This leads to
mongod
shutting down due to lack of storage space. I fixed this by deleting all of the test databases.We should find a way to have the tests cleanup after themselves.
The text was updated successfully, but these errors were encountered: