-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Index Maintenance, Write Ops
-
None
-
Fully Compatible
-
ALL
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
Observed while writing a unit test for SERVER-23096. You can call DBDirectClient::ensureIndex() twice with the same keys, but once passing true for 'unique' and once passing false, and both calls to ensureIndex() return success.
When running the createIndexes command it correctly errors with an IndexOptionsConflict error.