testing: pass --nojournal to testing mongodb #102

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants
Contributor

davecheney commented Jun 6, 2016

We disabled preallocation of data files and reduce the size of the .ns
file (whatever that is), but on startup mongodb will still try to zero
out the journal 8kb at a time.

If you don't have /tmp mounted on tmpfs your tests will be dominated by
the time to zero this backing store.

Disable the journal for testing mongodb's

(Review request: http://reviews.vapour.ws/r/4986/)

testing: pass --nojournal to testing mongodb
We disabled preallocation of data files and reduce the size of the .ns
file (whatever that is), but on startup mongodb will still try to zero
out the journal 8kb at a time.

If you don't have /tmp mounted on tmpfs your tests will be dominated by
the time to zero this backing store.

Disable the journal for testing mongodb's

@howbazaar howbazaar closed this Aug 9, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment