Skip to content

Commit 62ed3e7

Browse files
committed
maxScan and snapshot options are deprecated in the server, so removing from command monitoring tests of the find command
1 parent bbb583c commit 62ed3e7

File tree

1 file changed

+0
-4
lines changed
  • driver-core/src/test/resources/command-monitoring

1 file changed

+0
-4
lines changed

driver-core/src/test/resources/command-monitoring/find.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,12 @@
9595
"$max": {
9696
"_id": 6
9797
},
98-
"$maxScan": 5000,
9998
"$maxTimeMS": 6000,
10099
"$min": {
101100
"_id": 0
102101
},
103102
"$returnKey": false,
104103
"$showDiskLoc": false,
105-
"$snapshot": false
106104
}
107105
}
108106
},
@@ -127,14 +125,12 @@
127125
"max": {
128126
"_id": 6
129127
},
130-
"maxScan": 5000,
131128
"maxTimeMS": 6000,
132129
"min": {
133130
"_id": 0
134131
},
135132
"returnKey": false,
136133
"showRecordId": false,
137-
"snapshot": false
138134
},
139135
"command_name": "find",
140136
"database_name": "command-monitoring-tests"

0 commit comments

Comments
 (0)