File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
spec/spec_tests/data/change_streams Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -73,25 +73,21 @@ tests:
73
73
result :
74
74
error :
75
75
code : 280
76
- errorLabels : [ "NonResumableChangeStreamError" ]
77
-
78
76
-
79
- description : change stream errors on MaxTimeMSExpired
77
+ description : change stream errors on ElectionInProgress
80
78
minServerVersion : " 4.2"
81
79
failPoint :
82
80
configureFailPoint : failCommand
83
81
mode : { times: 1 }
84
82
data :
85
83
failCommands : ["getMore"]
86
- errorCode : 50 # An error code that's not on the old blacklist or whitelist
84
+ errorCode : 216 # An error code that's not on the old blacklist or whitelist
87
85
closeConnection : false
88
86
target : collection
89
87
topology :
90
88
- replicaset
91
89
- sharded
92
- changeStreamPipeline :
93
- -
94
- $project : { _id: 0 }
90
+ changeStreamPipeline : []
95
91
changeStreamOptions : {}
96
92
operations :
97
93
-
@@ -103,4 +99,4 @@ tests:
103
99
z : 3
104
100
result :
105
101
error :
106
- code : 50
102
+ code : 216
You can’t perform that action at this time.
0 commit comments