File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3365,7 +3365,7 @@ db.adminCommand({
33653365 labels. An empty array may be used to suppress the server from adding error labels to the response. New in server
33663366 4.3.1 ([SERVER-43941](https://jira.mongodb.org/browse/SERVER-43941)).
33673367- `appName`: Optional string, which is unset by default. If set, the fail point will only apply to connections for
3368- MongoClients created with this `appname`. New in server 4.4.0-rc2
3368+ MongoClients created with this `appname`. New in server 4.4.0-rc2 and backported to 4.2.9
33693369 ([SERVER-47195](https://jira.mongodb.org/browse/SERVER-47195)).
33703370- `blockConnection`: Optional boolean, which defaults to `false`. If `true`, the server should block the affected
33713371 commands for `blockTimeMS`. New in server 4.3.4 and backported to 4.2.9
@@ -3489,6 +3489,8 @@ other specs *and* collating spec changes developed in parallel or during the sam
34893489
34903490## Changelog
34913491
3492+ - 2024-09-18: Note that `failCommand` `appName` option was backported
3493+
34923494- 2024-05-08: **Schema version 1.21.**
34933495
34943496 Add `writeErrors` and `writeConcernErrors` field to `expectedError` for the client-level bulk write API.
You can’t perform that action at this time.
0 commit comments