If you touch system.namespaces or system.indexes with the wiredTiger storage engine, you'll get an error (because they don't exist)
Testing against the wiredTiger storage engine will show us where we are touching these collections so we can avoid it.
Start the server (2.7.8 or newer) with --storageEngine=wiredTiger to test.
- is depended on by
-
DRIVERS-190 Test against non-mmapv1 storage engine
- Closed