File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3362,6 +3362,7 @@ db.adminCommand({
3362
3362
appName: <string>,
3363
3363
blockConnection: <boolean>,
3364
3364
blockTimeMS: <integer>,
3365
+ namespace: <string>,
3365
3366
}
3366
3367
});
3367
3368
` ` `
@@ -3385,6 +3386,9 @@ db.adminCommand({
3385
3386
- `blockTimeMS` : Optional integer, which is required when `blockConnection` is `true`. The number of milliseconds for
3386
3387
which the affected commands should be blocked. New in server 4.3.4 and backported to 4.2.9
3387
3388
([SERVER-41070](https://jira.mongodb.org/browse/SERVER-41070)).
3389
+ - `namespace` : Optional string. If set, the fail point will only trigger for commands on the specified namespace (e.g.
3390
+ ` db.coll` ). New in server 4.3.1 and backported to 4.2.6
3391
+ ([SERVER-43011](https://jira.mongodb.org/browse/SERVER-43011)).
3388
3392
3389
3393
# #### onPrimaryTransactionalWrite
3390
3394
@@ -3501,6 +3505,8 @@ other specs *and* collating spec changes developed in parallel or during the sam
3501
3505
3502
3506
# # Changelog
3503
3507
3508
+ - 2024-10-24 : Document `namespace` option for `failCommand` fail point.
3509
+
3504
3510
- 2024-09-18 : Note that `failCommand` `appName` option was backported
3505
3511
3506
3512
- 2024-05-08 : **Schema version 1.21.**
You can’t perform that action at this time.
0 commit comments