File tree Expand file tree Collapse file tree 8 files changed +33
-38
lines changed
transactions-convenient-api/unified Expand file tree Collapse file tree 8 files changed +33
-38
lines changed Original file line number Diff line number Diff line change 422422 },
423423 {
424424 "description" : " commit is not retried after MaxTimeMSExpired error" ,
425- "runOnRequirements" : [
426- {
427- "serverless" : " forbid"
428- }
429- ],
430425 "operations" : [
431426 {
432427 "name" : " failPoint" ,
Original file line number Diff line number Diff line change 11{
22 "description" : " commit-writeconcernerror" ,
3- "schemaVersion" : " 1.4 " ,
3+ "schemaVersion" : " 1.3 " ,
44 "runOnRequirements" : [
55 {
66 "minServerVersion" : " 4.0" ,
414414 },
415415 {
416416 "description" : " commitTransaction is not retried after UnknownReplWriteConcern error" ,
417- "runOnRequirements" : [
418- {
419- "serverless" : " forbid"
420- }
421- ],
422417 "operations" : [
423418 {
424419 "name" : " failPoint" ,
551546 },
552547 {
553548 "description" : " commitTransaction is not retried after UnsatisfiableWriteConcern error" ,
554- "runOnRequirements" : [
555- {
556- "serverless" : " forbid"
557- }
558- ],
559549 "operations" : [
560550 {
561551 "name" : " failPoint" ,
688678 },
689679 {
690680 "description" : " commitTransaction is not retried after MaxTimeMSExpired error" ,
691- "runOnRequirements" : [
692- {
693- "serverless" : " forbid"
694- }
695- ],
696681 "operations" : [
697682 {
698683 "name" : " failPoint" ,
Original file line number Diff line number Diff line change 127127 "update" : {
128128 "x" : 1
129129 },
130- "new" : false ,
130+ "new" : {
131+ "$$unsetOrMatches" : false
132+ },
131133 "lsid" : {
132134 "$$sessionLsid" : " session0"
133135 },
299301 "update" : {
300302 "x" : 1
301303 },
302- "new" : false ,
304+ "new" : {
305+ "$$unsetOrMatches" : false
306+ },
303307 "lsid" : {
304308 "$$sessionLsid" : " session0"
305309 },
Original file line number Diff line number Diff line change 189189 "x" : 1
190190 }
191191 },
192- "new" : false ,
192+ "new" : {
193+ "$$unsetOrMatches" : false
194+ },
193195 "lsid" : {
194196 "$$sessionLsid" : " session0"
195197 },
281283 "x" : 1
282284 }
283285 },
284- "new" : false ,
286+ "new" : {
287+ "$$unsetOrMatches" : false
288+ },
285289 "lsid" : {
286290 "$$sessionLsid" : " session0"
287291 },
340344 "x" : 1
341345 }
342346 },
343- "new" : false ,
347+ "new" : {
348+ "$$unsetOrMatches" : false
349+ },
344350 "lsid" : {
345351 "$$sessionLsid" : " session0"
346352 },
485491 "x" : 1
486492 }
487493 },
488- "new" : false ,
494+ "new" : {
495+ "$$unsetOrMatches" : false
496+ },
489497 "lsid" : {
490498 "$$sessionLsid" : " session0"
491499 },
Original file line number Diff line number Diff line change 232232 "id" : " client1" ,
233233 "useMultipleMongoses" : true ,
234234 "uriOptions" : {
235- "heartbeatFrequencyMS" : 30000
235+ "heartbeatFrequencyMS" : 30000 ,
236+ "appName" : " transactionsClient"
236237 },
237238 "observeEvents" : [
238239 " commandStartedEvent"
299300 " isMaster" ,
300301 " hello"
301302 ],
302- "closeConnection" : true
303+ "closeConnection" : true ,
304+ "appName" : " transactionsClient"
303305 }
304306 }
305307 }
Original file line number Diff line number Diff line change 12491249 "id" : " client1" ,
12501250 "useMultipleMongoses" : true ,
12511251 "uriOptions" : {
1252- "heartbeatFrequencyMS" : 30000
1252+ "heartbeatFrequencyMS" : 30000 ,
1253+ "appName" : " transactionsClient"
12531254 },
12541255 "observeEvents" : [
12551256 " commandStartedEvent"
13161317 " isMaster" ,
13171318 " hello"
13181319 ],
1319- "closeConnection" : true
1320+ "closeConnection" : true ,
1321+ "appName" : " transactionsClient"
13201322 }
13211323 }
13221324 }
Original file line number Diff line number Diff line change 8989 "tests" : [
9090 {
9191 "description" : " commitTransaction fails after Interrupted" ,
92- "runOnRequirements" : [
93- {
94- "serverless" : " forbid"
95- }
96- ],
9792 "operations" : [
9893 {
9994 "object" : " testRunner" ,
Original file line number Diff line number Diff line change 14171417 "update" : {
14181418 "x" : 1
14191419 },
1420- "new" : false ,
1420+ "new" : {
1421+ "$$unsetOrMatches" : false
1422+ },
14211423 "lsid" : {
14221424 "$$sessionLsid" : " session0"
14231425 },
15221524 "x" : 1
15231525 }
15241526 },
1525- "new" : false ,
1527+ "new" : {
1528+ "$$unsetOrMatches" : false
1529+ },
15261530 "lsid" : {
15271531 "$$sessionLsid" : " session0"
15281532 },
You can’t perform that action at this time.
0 commit comments