Skip to content

Commit

Permalink
DRIVERS-1814: Note that failCommand appName option was backported (#1662
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jmikola committed Sep 19, 2024
1 parent 0615167 commit b5cbae0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/unified-test-format/unified-test-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -3365,7 +3365,7 @@ db.adminCommand({
labels. An empty array may be used to suppress the server from adding error labels to the response. New in server
4.3.1 ([SERVER-43941](https://jira.mongodb.org/browse/SERVER-43941)).
- `appName`: Optional string, which is unset by default. If set, the fail point will only apply to connections for
MongoClients created with this `appname`. New in server 4.4.0-rc2
MongoClients created with this `appname`. New in server 4.4.0-rc2 and backported to 4.2.9
([SERVER-47195](https://jira.mongodb.org/browse/SERVER-47195)).
- `blockConnection`: Optional boolean, which defaults to `false`. If `true`, the server should block the affected
commands for `blockTimeMS`. New in server 4.3.4 and backported to 4.2.9
Expand Down Expand Up @@ -3489,6 +3489,8 @@ other specs *and* collating spec changes developed in parallel or during the sam

## Changelog

- 2024-09-18: Note that `failCommand` `appName` option was backported

- 2024-05-08: **Schema version 1.21.**

Add `writeErrors` and `writeConcernErrors` field to `expectedError` for the client-level bulk write API.
Expand Down

0 comments on commit b5cbae0

Please sign in to comment.