Skip to content

Commit c3b779c

Browse files
authored
GODRIVER-2051 resync cursor-related tests (#697)
1 parent d41f348 commit c3b779c

26 files changed

+14
-7
lines changed

data/command-monitoring/README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Command Monitoring
1212
Testing
1313
=======
1414

15+
Tests in ``unified`` are implemented in the `Unified Test Format <../../unified-test-format/unified-test-format.rst>`__ and require
16+
schema version 1.0. Tests in ``legacy`` should be run as described below.
17+
1518
Tests are provided in YML and JSON format to assert proper upconversion of commands.
1619

1720
Database and Collection Names

data/command-monitoring/find.json renamed to data/command-monitoring/legacy/find.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,9 @@
413413
]
414414
},
415415
{
416-
"description": "A successful find event with a getmore and the server kills the cursor",
416+
"description": "A successful find event with a getmore and the server kills the cursor (<= 4.4)",
417417
"ignore_if_server_version_less_than": "3.1",
418+
"ignore_if_server_version_greater_than": "4.4",
418419
"ignore_if_topology_type": [
419420
"sharded"
420421
],

0 commit comments

Comments
 (0)