Skip to content

Commit ea9853a

Browse files
authored
Fix failing transaction spec tests (#835)
These tests will be fixed with PHPLIB-665 which is currently being worked on. Until then, we can skip these tests.
1 parent a295cd0 commit ea9853a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class TransactionsSpecTest extends FunctionalTestCase
3939
'transactions/mongos-recovery-token: commitTransaction retry fails on new mongos' => 'isMaster failpoints cannot be disabled',
4040
'transactions/pin-mongos: remain pinned after non-transient error on commit' => 'Blocked on SPEC-1320',
4141
'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',
4244
];
4345

4446
private function doSetUp()

tests/UnifiedSpecTests/UnifiedSpecTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class UnifiedSpecTest extends FunctionalTestCase
105105
'crud/updateOne-dots_and_dollars: Updating document to set top-level dotted key on 5.0+ server' => 'CDRIVER-3895 and PHPC-1765',
106106
'crud/updateOne-dots_and_dollars: Updating document to set dollar-prefixed key in embedded doc on 5.0+ server' => 'CDRIVER-3895 and PHPC-1765',
107107
'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',
108109
];
109110

110111
/** @var UnifiedTestRunner */

0 commit comments

Comments
 (0)