-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
breaking-changecliConcerning the CLI useConcerning the CLI useenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently:
The mongo-shell option is only available in the subcommand update-db. The two other commands, list and mark-one-script-as-executed can't use a specified mongo shell, they only use the default shell, which is mongosh.
Expected:
- Move the mongo shell CLI option to
Datamaintain - Update the tests for
update-db(inUpdateDbTest) to no longer test that the mongo shell is accurate - Update the tests for Datamaintain (in
DatamaintainTest) to ensure that this now option is read from the shell, read from the configuration file and correctly overriden when given in shell and configuration file
MongoIT and many CLI tests because of the order of the arguments. To run the MongoIT tests, you could need both versions of mongo shell, mongo and mongosh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking-changecliConcerning the CLI useConcerning the CLI useenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
To do