File tree 6 files changed +40
-0
lines changed
transactions-convenient-api/unified
6 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 422
422
},
423
423
{
424
424
"description" : " commit is not retried after MaxTimeMSExpired error" ,
425
+ "runOnRequirements" : [
426
+ {
427
+ "serverless" : " forbid"
428
+ }
429
+ ],
425
430
"operations" : [
426
431
{
427
432
"name" : " failPoint" ,
Original file line number Diff line number Diff line change @@ -212,6 +212,9 @@ tests:
212
212
- { _id: 1 }
213
213
-
214
214
description : commit is not retried after MaxTimeMSExpired error
215
+ runOnRequirements :
216
+ # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed.
217
+ - serverless : forbid
215
218
operations :
216
219
- name : failPoint
217
220
object : testRunner
Original file line number Diff line number Diff line change 414
414
},
415
415
{
416
416
"description" : " commitTransaction is not retried after UnknownReplWriteConcern error" ,
417
+ "runOnRequirements" : [
418
+ {
419
+ "serverless" : " forbid"
420
+ }
421
+ ],
417
422
"operations" : [
418
423
{
419
424
"name" : " failPoint" ,
546
551
},
547
552
{
548
553
"description" : " commitTransaction is not retried after UnsatisfiableWriteConcern error" ,
554
+ "runOnRequirements" : [
555
+ {
556
+ "serverless" : " forbid"
557
+ }
558
+ ],
549
559
"operations" : [
550
560
{
551
561
"name" : " failPoint" ,
678
688
},
679
689
{
680
690
"description" : " commitTransaction is not retried after MaxTimeMSExpired error" ,
691
+ "runOnRequirements" : [
692
+ {
693
+ "serverless" : " forbid"
694
+ }
695
+ ],
681
696
"operations" : [
682
697
{
683
698
"name" : " failPoint" ,
Original file line number Diff line number Diff line change @@ -151,6 +151,9 @@ tests:
151
151
outcome : *outcome
152
152
-
153
153
description : commitTransaction is not retried after UnknownReplWriteConcern error
154
+ runOnRequirements :
155
+ # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed.
156
+ - serverless : forbid
154
157
operations :
155
158
- name : failPoint
156
159
object : testRunner
@@ -203,6 +206,9 @@ tests:
203
206
outcome : *outcome
204
207
-
205
208
description : commitTransaction is not retried after UnsatisfiableWriteConcern error
209
+ runOnRequirements :
210
+ # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed.
211
+ - serverless : forbid
206
212
operations :
207
213
- name : failPoint
208
214
object : testRunner
@@ -226,6 +232,9 @@ tests:
226
232
outcome : *outcome
227
233
-
228
234
description : commitTransaction is not retried after MaxTimeMSExpired error
235
+ runOnRequirements :
236
+ # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed.
237
+ - serverless : forbid
229
238
operations :
230
239
- name : failPoint
231
240
object : testRunner
Original file line number Diff line number Diff line change 89
89
"tests" : [
90
90
{
91
91
"description" : " commitTransaction fails after Interrupted" ,
92
+ "runOnRequirements" : [
93
+ {
94
+ "serverless" : " forbid"
95
+ }
96
+ ],
92
97
"operations" : [
93
98
{
94
99
"object" : " testRunner" ,
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ initialData:
67
67
tests :
68
68
-
69
69
description : ' commitTransaction fails after Interrupted'
70
+ runOnRequirements :
71
+ # Serverless sets empty `codeName` on failpoint errors. Remove once CLOUDP-280424 is fixed.
72
+ - serverless : forbid
70
73
operations :
71
74
-
72
75
object : testRunner
You can’t perform that action at this time.
0 commit comments