File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed
src/libmongoc/tests/json/change_streams Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change 102102 ],
103103 "result" : {
104104 "error" : {
105- "code" : 280 ,
106- "errorLabels" : [
107- " NonResumableChangeStreamError"
108- ]
105+ "code" : 280
109106 }
110107 }
111108 },
112109 {
113- "description" : " change stream errors on MaxTimeMSExpired " ,
110+ "description" : " change stream errors on ElectionInProgress " ,
114111 "minServerVersion" : " 4.2" ,
115112 "failPoint" : {
116113 "configureFailPoint" : " failCommand" ,
121118 "failCommands" : [
122119 " getMore"
123120 ],
124- "errorCode" : 50 ,
121+ "errorCode" : 216 ,
125122 "closeConnection" : false
126123 }
127124 },
130127 " replicaset" ,
131128 " sharded"
132129 ],
133- "changeStreamPipeline" : [
134- {
135- "$project" : {
136- "_id" : 0
137- }
138- }
139- ],
130+ "changeStreamPipeline" : [],
140131 "changeStreamOptions" : {},
141132 "operations" : [
142133 {
152143 ],
153144 "result" : {
154145 "error" : {
155- "code" : 50
146+ "code" : 216
156147 }
157148 }
158149 }
You can’t perform that action at this time.
0 commit comments