File tree Expand file tree Collapse file tree 2 files changed +20
-23
lines changed
source/command-monitoring/tests/legacy Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 89
89
"skip" : {
90
90
"$numberLong" : " 2"
91
91
},
92
- "modifiers" : {
93
- "$comment" : " test" ,
94
- "$hint" : {
95
- "_id" : 1
96
- },
97
- "$max" : {
98
- "_id" : 6
99
- },
100
- "$maxTimeMS" : 6000 ,
101
- "$min" : {
102
- "_id" : 0
103
- },
104
- "$returnKey" : false ,
105
- "$showDiskLoc" : false
106
- }
92
+ "comment" : " test" ,
93
+ "hint" : {
94
+ "_id" : 1
95
+ },
96
+ "max" : {
97
+ "_id" : 6
98
+ },
99
+ "maxTimeMS" : 6000 ,
100
+ "min" : {
101
+ "_id" : 0
102
+ },
103
+ "returnKey" : false ,
104
+ "showRecordId" : false
107
105
}
108
106
},
109
107
"expectations" : [
Original file line number Diff line number Diff line change @@ -43,14 +43,13 @@ tests:
43
43
filter : { _id: { $gt: 1 } }
44
44
sort : { _id: 1 }
45
45
skip : {"$numberLong": "2"}
46
- modifiers :
47
- $comment : " test"
48
- $hint : { _id: 1 }
49
- $max : { _id: 6 }
50
- $maxTimeMS : 6000
51
- $min : { _id: 0 }
52
- $returnKey : false
53
- $showDiskLoc : false
46
+ comment : " test"
47
+ hint : { _id: 1 }
48
+ max : { _id: 6 }
49
+ maxTimeMS : 6000
50
+ min : { _id: 0 }
51
+ returnKey : false
52
+ showRecordId : false
54
53
expectations :
55
54
-
56
55
command_started_event :
You can’t perform that action at this time.
0 commit comments