File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
SpecTests/command-monitoring
UnifiedSpecTests/valid-pass Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 413
413
]
414
414
},
415
415
{
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) " ,
417
417
"ignore_if_server_version_less_than" : " 3.1" ,
418
+ "ignore_if_server_version_greater_than" : " 4.4" ,
418
419
"ignore_if_topology_type" : [
419
420
" sharded"
420
421
],
Original file line number Diff line number Diff line change 57
57
],
58
58
"tests" : [
59
59
{
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) " ,
61
61
"runOnRequirements" : [
62
62
{
63
63
"minServerVersion" : " 3.1" ,
64
+ "maxServerVersion" : " 4.4.99" ,
64
65
"topologies" : [
65
66
" single" ,
66
67
" replicaset"
You can’t perform that action at this time.
0 commit comments