-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Component/s: CRUD, Index Management, listCollections, listDatabases, listIndexes
-
None
-
Needed
Summary
DRIVERS-742 didn't add spec tests for the following commands that support comment field:
- Distinct
- ListCollections
- ListIndexes
- CreateIndex
- CreateIndexes
- DropIndex
- DropIndexes
- ListDatabases
- Create ( * )
- Explain ( * )
- RenameCollection ( * )
- GeoSearch ( * )
- AbortTransaction ( * )
- CommitTransaction ( * )
- Drop ( * )
- DropDatabase ( * )
Some of these commands either do not have dedicated spec tests at all, some have legacy specs. We should add spec tests for these commands that cover comment. Commands marked with * may not have corresponding helpers in all languages.
Motivation
Is this issue urgent?
No, but it would be convenient to do it together with DRIVERS-742.
Is this ticket only for tests?
Yes
- related to
-
CSHARP-4067 Add tests for all helpers that support comment field, and evaluate C# only helpers
- Backlog