File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
source/atlas-data-lake-testing/tests Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,11 @@ Atlas Data Lake.
44
44
#. Test that the driver properly constructs and issues a
45
45
`killCursors <https://docs.mongodb.com/manual/reference/command/killCursors/ >`_
46
46
command to Atlas Data Lake. For this test, configure an APM listener on a
47
- client and execute a query that will leave a cursor open on the server (e.g.
48
- specify ``batchSize=2 `` for a query that would match 3+ documents). Drivers
49
- MAY iterate the cursor if necessary to execute the initial ``find `` command
50
- but MUST NOT iterate further to avoid executing a ``getMore ``.
47
+ client and execute a query on the ``test.driverdata `` collection that will
48
+ leave a cursor open on the server (e.g. specify ``batchSize=2 `` for a query
49
+ that would match 3+ documents). Drivers MAY iterate the cursor if necessary
50
+ to execute the initial ``find `` command but MUST NOT iterate further to avoid
51
+ executing a ``getMore ``.
51
52
52
53
Observe the CommandSucceededEvent event for the ``find `` command and extract
53
54
the cursor's ID and namespace from the response document's ``cursor.id `` and
You can’t perform that action at this time.
0 commit comments