Skip to content

Commit 29e71c9

Browse files
committed
PHPLIB-466: Skip tests creating isMaster failpoints
The isMaster failpoint can't be reliably disabled again in these tests, causing subsequent test failures.
1 parent a86eba2 commit 29e71c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ class TransactionsSpecTest extends FunctionalTestCase
3737
private static $incompleteTests = [
3838
'error-labels: add unknown commit label to MaxTimeMSExpired' => 'PHPC-1382',
3939
'error-labels: add unknown commit label to writeConcernError MaxTimeMSExpired' => 'PHPC-1382',
40+
'mongos-recovery-token: commitTransaction retry fails on new mongos' => 'isMaster failpoints cannot be disabled',
4041
'pin-mongos: remain pinned after non-transient error on commit' => 'Blocked on SPEC-1320',
42+
'pin-mongos: unpin after transient error within a transaction and commit' => 'isMaster failpoints cannot be disabled',
4143
'read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
4244
'read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
4345
'run-command: run command with secondary read preference in client option and primary read preference in transaction options' => 'PHPLIB does not properly inherit readPreference for transactions',

0 commit comments

Comments
 (0)