Skip to content

Commit fd44011

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 6f09fa7 commit fd44011

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
@@ -36,7 +36,9 @@ class TransactionsSpecTest extends FunctionalTestCase
3636
private static $incompleteTests = [
3737
'error-labels: add unknown commit label to MaxTimeMSExpired' => 'PHPC-1382',
3838
'error-labels: add unknown commit label to writeConcernError MaxTimeMSExpired' => 'PHPC-1382',
39+
'mongos-recovery-token: commitTransaction retry fails on new mongos' => 'isMaster failpoints cannot be disabled',
3940
'pin-mongos: remain pinned after non-transient error on commit' => 'Blocked on SPEC-1320',
41+
'pin-mongos: unpin after transient error within a transaction and commit' => 'isMaster failpoints cannot be disabled',
4042
'read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
4143
'read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
4244
'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)