File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
tests/SpecTests/change-streams Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 107
107
}
108
108
},
109
109
{
110
- "description" : " change stream errors on MaxTimeMSExpired " ,
110
+ "description" : " change stream errors on ElectionInProgress " ,
111
111
"minServerVersion" : " 4.2" ,
112
112
"failPoint" : {
113
113
"configureFailPoint" : " failCommand" ,
118
118
"failCommands" : [
119
119
" getMore"
120
120
],
121
- "errorCode" : 50 ,
121
+ "errorCode" : 216 ,
122
122
"closeConnection" : false
123
123
}
124
124
},
127
127
" replicaset" ,
128
128
" sharded"
129
129
],
130
- "changeStreamPipeline" : [
131
- {
132
- "$project" : {
133
- "_id" : 0
134
- }
135
- }
136
- ],
130
+ "changeStreamPipeline" : [],
137
131
"changeStreamOptions" : {},
138
132
"operations" : [
139
133
{
149
143
],
150
144
"result" : {
151
145
"error" : {
152
- "code" : 50
146
+ "code" : 216
153
147
}
154
148
}
155
149
}
You can’t perform that action at this time.
0 commit comments