We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>=
1 parent a23e836 commit a8d34beCopy full SHA for a8d34be
source/sessions/tests/README.md
@@ -62,7 +62,7 @@ This test applies to drivers with session pools.
62
commands/replies in another idiomatic way, such as monkey-patching or a mock server.
63
- Send a `ping` command to the server with the generic `runCommand` method.
64
- Assert that the command passed to the command-started listener includes `$clusterTime` if and only if `maxWireVersion`
65
- > = 6.
+ \>= 6.
66
- Record the `$clusterTime`, if any, in the reply passed to the command-succeeded APM listener.
67
- Send another `ping` command.
68
- Assert that `$clusterTime` in the command passed to the command-started listener, if any, equals the `$clusterTime` in
0 commit comments