File tree 1 file changed +5
-14
lines changed
src/libmongoc/tests/json/change_streams
1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 102
102
],
103
103
"result" : {
104
104
"error" : {
105
- "code" : 280 ,
106
- "errorLabels" : [
107
- " NonResumableChangeStreamError"
108
- ]
105
+ "code" : 280
109
106
}
110
107
}
111
108
},
112
109
{
113
- "description" : " change stream errors on MaxTimeMSExpired " ,
110
+ "description" : " change stream errors on ElectionInProgress " ,
114
111
"minServerVersion" : " 4.2" ,
115
112
"failPoint" : {
116
113
"configureFailPoint" : " failCommand" ,
121
118
"failCommands" : [
122
119
" getMore"
123
120
],
124
- "errorCode" : 50 ,
121
+ "errorCode" : 216 ,
125
122
"closeConnection" : false
126
123
}
127
124
},
130
127
" replicaset" ,
131
128
" sharded"
132
129
],
133
- "changeStreamPipeline" : [
134
- {
135
- "$project" : {
136
- "_id" : 0
137
- }
138
- }
139
- ],
130
+ "changeStreamPipeline" : [],
140
131
"changeStreamOptions" : {},
141
132
"operations" : [
142
133
{
152
143
],
153
144
"result" : {
154
145
"error" : {
155
- "code" : 50
146
+ "code" : 216
156
147
}
157
148
}
158
149
}
You can’t perform that action at this time.
0 commit comments