-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2023-02-20, Server Serverless 2023-03-06
-
49
-
3
In this ticket, we will do the following things:
- Change the DbClient runCommandWithTarget to take in DatabaseName object.
- In runCommandWithTarget function, we should create opMsgRquest with "$tenant" if our project feature flag is enabled.
- Refactor the DbClient functions which have "appendDollarTenant" as parameter. This parameter is used by bench run to indicate db client should always append "$tenant" without caring our project's feature flag.
- split from
-
SERVER-70433 Change DBClient functions to use DatabaseName and NamespaceString objects
- Closed