-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 0.0.1
-
Component/s: None
-
None
The listDatabases test inserts a number of documents and then checks that the database they were inserted into exists. This test fails occasionally when run against a sharded cluster due to the default write concern being used. We should specify a write concern to fix this.