-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-04-17
-
2
If a namespace is provided to the fail command failpoint, we construct a NamespaceString using it and compare it against the namespace a command is run on when checking whether we should fail a command. Currently, we do not pass a tenantId when constructing this NamespaceString. If we want to be able to fail a tenant-specific namespace, we should pass it a tenantId.