Skip to content

Commit 884eacb

Browse files
authored
Suggest using spec test collection for killCursors prose test
1 parent 031ae4d commit 884eacb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/atlas-data-lake-testing/tests/README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ Atlas Data Lake.
4444
#. Test that the driver properly constructs and issues a
4545
`killCursors <https://docs.mongodb.com/manual/reference/command/killCursors/>`_
4646
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``.
5152

5253
Observe the CommandSucceededEvent event for the ``find`` command and extract
5354
the cursor's ID and namespace from the response document's ``cursor.id`` and

0 commit comments

Comments
 (0)