File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ class TransactionsSpecTest extends FunctionalTestCase
39
39
'transactions/mongos-recovery-token: commitTransaction retry fails on new mongos ' => 'isMaster failpoints cannot be disabled ' ,
40
40
'transactions/pin-mongos: remain pinned after non-transient error on commit ' => 'Blocked on SPEC-1320 ' ,
41
41
'transactions/pin-mongos: unpin after transient error within a transaction and commit ' => 'isMaster failpoints cannot be disabled ' ,
42
+ 'transactions/errors-client: Client side error in command starting transaction ' => 'PHPLIB-665 ' ,
43
+ 'transactions/errors-client: Client side error when transaction is in progress ' => 'PHPLIB-665 ' ,
42
44
];
43
45
44
46
private function doSetUp ()
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ class UnifiedSpecTest extends FunctionalTestCase
105
105
'crud/updateOne-dots_and_dollars: Updating document to set top-level dotted key on 5.0+ server ' => 'CDRIVER-3895 and PHPC-1765 ' ,
106
106
'crud/updateOne-dots_and_dollars: Updating document to set dollar-prefixed key in embedded doc on 5.0+ server ' => 'CDRIVER-3895 and PHPC-1765 ' ,
107
107
'crud/updateOne-dots_and_dollars: Updating document to set dotted key in embedded doc on 5.0+ server ' => 'CDRIVER-3895 and PHPC-1765 ' ,
108
+ 'valid-pass/poc-transactions: Client side error in command starting transaction ' => 'PHPLIB-665 ' ,
108
109
];
109
110
110
111
/** @var UnifiedTestRunner */
You can’t perform that action at this time.
0 commit comments