File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
driver-core/src/test/resources/command-monitoring Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 100
100
"_id" : 0
101
101
},
102
102
"$returnKey" : false ,
103
- "$showDiskLoc" : false ,
103
+ "$showDiskLoc" : false
104
104
}
105
105
}
106
106
},
130
130
"_id" : 0
131
131
},
132
132
"returnKey" : false ,
133
- "showRecordId" : false ,
133
+ "showRecordId" : false
134
134
},
135
135
"command_name" : " find" ,
136
136
"database_name" : " command-monitoring-tests"
393
393
]
394
394
},
395
395
{
396
- "description" : " A successful find event with a getmore and the server kills the cursor" ,
396
+ "description" : " A successful find event with a getmore and the server kills the cursor (<= 4.4) " ,
397
397
"ignore_if_server_version_less_than" : " 3.1" ,
398
- "ignore_if_topology_type" : [" sharded" ],
398
+ "ignore_if_server_version_greater_than" : " 4.4" ,
399
+ "ignore_if_topology_type" : [" sharded" ],
399
400
"operation" : {
400
401
"name" : " find" ,
401
402
"arguments" : {
You can’t perform that action at this time.
0 commit comments