Skip to content

Commit e6e1dea

Browse files
committed
PYTHON-2757 PYTHON-2730 Resync command monitoring killCursors tests (#643)
(cherry picked from commit 6bebaf9)
1 parent ff9aaf4 commit e6e1dea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/command_monitoring/legacy/find.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +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.9.0",
418+
"ignore_if_server_version_greater_than": "4.4",
419419
"ignore_if_topology_type": [
420420
"sharded"
421421
],

test/unified-test-format/valid-pass/poc-command-monitoring.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
],
5858
"tests": [
5959
{
60-
"description": "A successful find event with a getmore and the server kills the cursor",
60+
"description": "A successful find event with a getmore and the server kills the cursor (<= 4.4)",
6161
"runOnRequirements": [
6262
{
6363
"minServerVersion": "3.1",
64-
"maxServerVersion": "4.9.0",
64+
"maxServerVersion": "4.4.99",
6565
"topologies": [
6666
"single",
6767
"replicaset"

0 commit comments

Comments
 (0)