File tree Expand file tree Collapse file tree 6 files changed +2
-42
lines changed
transactions-convenient-api/unified Expand file tree Collapse file tree 6 files changed +2
-42
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
- ],
430
425
"operations" : [
431
426
{
432
427
"name" : " failPoint" ,
Original file line number Diff line number Diff line change @@ -212,9 +212,6 @@ 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
218
215
operations :
219
216
- name : failPoint
220
217
object : testRunner
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " commit-writeconcernerror" ,
3
- "schemaVersion" : " 1.4 " ,
3
+ "schemaVersion" : " 1.3 " ,
4
4
"runOnRequirements" : [
5
5
{
6
6
"minServerVersion" : " 4.0" ,
414
414
},
415
415
{
416
416
"description" : " commitTransaction is not retried after UnknownReplWriteConcern error" ,
417
- "runOnRequirements" : [
418
- {
419
- "serverless" : " forbid"
420
- }
421
- ],
422
417
"operations" : [
423
418
{
424
419
"name" : " failPoint" ,
551
546
},
552
547
{
553
548
"description" : " commitTransaction is not retried after UnsatisfiableWriteConcern error" ,
554
- "runOnRequirements" : [
555
- {
556
- "serverless" : " forbid"
557
- }
558
- ],
559
549
"operations" : [
560
550
{
561
551
"name" : " failPoint" ,
688
678
},
689
679
{
690
680
"description" : " commitTransaction is not retried after MaxTimeMSExpired error" ,
691
- "runOnRequirements" : [
692
- {
693
- "serverless" : " forbid"
694
- }
695
- ],
696
681
"operations" : [
697
682
{
698
683
"name" : " failPoint" ,
Original file line number Diff line number Diff line change 1
1
description : commit-writeconcernerror
2
2
3
- schemaVersion : ' 1.4 ' # For `serverless` in `runOnRequirements`
3
+ schemaVersion : ' 1.3 '
4
4
5
5
runOnRequirements :
6
6
- minServerVersion : ' 4.0'
@@ -151,9 +151,6 @@ 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
157
154
operations :
158
155
- name : failPoint
159
156
object : testRunner
@@ -206,9 +203,6 @@ tests:
206
203
outcome : *outcome
207
204
-
208
205
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
212
206
operations :
213
207
- name : failPoint
214
208
object : testRunner
@@ -232,9 +226,6 @@ tests:
232
226
outcome : *outcome
233
227
-
234
228
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
238
229
operations :
239
230
- name : failPoint
240
231
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
- ],
97
92
"operations" : [
98
93
{
99
94
"object" : " testRunner" ,
Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ 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
73
70
operations :
74
71
-
75
72
object : testRunner
You can’t perform that action at this time.
0 commit comments