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

Thousands of empty directories #136

Open
ante-maric opened this issue Mar 2, 2022 · 2 comments · May be fixed by #138
Open

Thousands of empty directories #136

ante-maric opened this issue Mar 2, 2022 · 2 comments · May be fixed by #138

Comments

@ante-maric
Copy link

Can someone explain why is MongoDbRunner.CreateTemporaryDataDirectory() being called? It creates random directory that is never used and never deleted. I have more than 15000 directories in my temp folder which I have to manually delete.

@larsbloch
Copy link

I have the same problem. Foreach test it puts in 3 log files of 100 mb each.

WiredTIgerLog

@ante-maric
Copy link
Author

I have the same problem. Foreach test it puts in 3 log files of 100 mb each.

WiredTIgerLog

That issue you can fix:

MongoDbRunner.Start(additionalMongodArguments: "--nojournal")

@awardle awardle linked a pull request May 26, 2022 that will close this issue
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 a pull request may close this issue.

2 participants