Replies: 4 comments 5 replies
-
|
@ztamas83 hmm.. looks like mongodb needs at least 528mb disk space .. and your temp directory has less then that.. |
Beta Was this translation helpful? Give feedback.
-
|
@ztamas83 i will have a look into some cleanup stuff so that all stuff is removed after an successful test.. maybe there i something missing.. |
Beta Was this translation helpful? Give feedback.
-
|
@ztamas83 there is a new release for de.flapdoodle.embed.mongo (4.24.0) can you try if this solves your problem? |
Beta Was this translation helpful? Give feedback.
-
|
@ztamas83 a new release of de.flapdoodle.embed.mongo.springXYZ is done.. i close this issue, reopen if you found something that i can fix:) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm using embedded mongoDB for integration testing and when I run the full suite with a larger amount of tests they start to fail after some time.
Difficult to trace it back to flapdoodle but I found that it's the
/tmpthat runs out of space and most probably due to the repeated setup of new databases before actually cleaning up older runs. I can run the tests if I remount the tmp folder with more space.My question to the community is if I can somehow tell flapdoodle not to create new DBs all the time but reuse the existing one but clear out the collections?
Beta Was this translation helpful? Give feedback.
All reactions