File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
src/libmongoc/tests/json/command-logging-and-monitoring/monitoring Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " unacknowledged-client-bulkWrite" ,
3
- "schemaVersion" : " 1.0" ,
3
+ "schemaVersion" : " 1.7" ,
4
+ "runOnRequirements" : [
5
+ {
6
+ "minServerVersion" : " 8.0"
7
+ }
8
+ ],
4
9
"createEntities" : [
5
10
{
6
11
"client" : {
7
12
"id" : " client" ,
13
+ "useMultipleMongoses" : false ,
8
14
"observeEvents" : [
9
15
" commandStartedEvent" ,
10
16
" commandSucceededEvent" ,
112
118
"$$unsetOrMatches" : {}
113
119
}
114
120
}
121
+ },
122
+ {
123
+ "object" : " collection" ,
124
+ "name" : " find" ,
125
+ "arguments" : {
126
+ "filter" : {}
127
+ },
128
+ "expectResult" : [
129
+ {
130
+ "_id" : 1 ,
131
+ "x" : 11
132
+ },
133
+ {
134
+ "_id" : 2 ,
135
+ "x" : 22
136
+ },
137
+ {
138
+ "_id" : 3 ,
139
+ "x" : 333
140
+ },
141
+ {
142
+ "_id" : 4 ,
143
+ "x" : 44
144
+ }
145
+ ]
115
146
}
116
147
],
117
148
"expectEvents" : [
118
149
{
119
150
"client" : " client" ,
151
+ "ignoreExtraEvents" : true ,
120
152
"events" : [
121
153
{
122
154
"commandStartedEvent" : {
You can’t perform that action at this time.
0 commit comments