Skip to content

Commit b5cbae0

Browse files
authored
DRIVERS-1814: Note that failCommand appName option was backported (mongodb#1662)
1 parent 0615167 commit b5cbae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/unified-test-format/unified-test-format.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)