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 99
99
"_id" : 0
100
100
},
101
101
"returnKey" : true ,
102
- "showRecordId" : true ,
102
+ "showRecordId" : true
103
103
}
104
104
},
105
105
"expectations" : [
128
128
"_id" : 0
129
129
},
130
130
"returnKey" : true ,
131
- "showRecordId" : true ,
131
+ "showRecordId" : true
132
132
},
133
133
"command_name" : " find" ,
134
134
"database_name" : " command-monitoring-tests"
389
389
]
390
390
},
391
391
{
392
- "description" : " A successful find event with a getmore and the server kills the cursor" ,
392
+ "description" : " A successful find event with a getmore and the server kills the cursor (<= 4.4) " ,
393
393
"ignore_if_server_version_less_than" : " 3.1" ,
394
- "ignore_if_topology_type" : [" sharded" ],
394
+ "ignore_if_server_version_greater_than" : " 4.4" ,
395
+ "ignore_if_topology_type" : [" sharded" ],
395
396
"operation" : {
396
397
"name" : " find" ,
397
398
"arguments" : {
You can’t perform that action at this time.
0 commit comments