@@ -128,6 +128,9 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
128
128
Project : `{"updateDescription.updatedFields.FieldA": 1, "operationType": 1}` ,
129
129
FullDocument : pointy .Bool (false ),
130
130
FullDocumentBeforeChange : pointy .Bool (false ),
131
+ TolerateResumeErrors : pointy .Bool (true ),
132
+ SkipCatchupEvents : pointy .Bool (true ),
133
+ MaximumThroughput : pointy .Bool (true ),
131
134
Unordered : pointy .Bool (false ),
132
135
},
133
136
EventProcessors : map [string ]interface {}{
@@ -159,6 +162,9 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
159
162
"full_document" : false ,
160
163
"full_document_before_change" : false ,
161
164
"unordered" : false ,
165
+ "tolerate_resume_errors" : true ,
166
+ "skip_catchup_events" : true ,
167
+ "maximum_throughput" : true ,
162
168
},
163
169
"event_processors" : map [string ]interface {}{
164
170
"AWS_EVENTBRIDGE" : map [string ]interface {}{
@@ -204,7 +210,10 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
204
210
"project": {"updateDescription.updatedFields.FieldA": 1, "operationType": 1},
205
211
"full_document": false,
206
212
"full_document_before_change": false,
207
- "unordered": false
213
+ "unordered": false,
214
+ "tolerate_resume_errors": true,
215
+ "skip_catchup_events": true,
216
+ "maximum_throughput": true
208
217
},
209
218
"event_processors": {
210
219
"AWS_EVENTBRIDGE": {
@@ -248,6 +257,9 @@ func TestEventTriggers_CreateDatabase(t *testing.T) {
248
257
FullDocument : pointy .Bool (false ),
249
258
FullDocumentBeforeChange : pointy .Bool (false ),
250
259
Unordered : pointy .Bool (false ),
260
+ TolerateResumeErrors : pointy .Bool (true ),
261
+ SkipCatchupEvents : pointy .Bool (true ),
262
+ MaximumThroughput : pointy .Bool (true ),
251
263
ClusterName : "cluster name" ,
252
264
},
253
265
EventProcessors : map [string ]interface {}{
0 commit comments