You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/SpecTests/TransactionsSpecTest.php
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ class TransactionsSpecTest extends FunctionalTestCase
36
36
privatestatic$incompleteTests = [
37
37
'error-labels: add unknown commit label to MaxTimeMSExpired' => 'PHPC-1382',
38
38
'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',
39
40
'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',
40
42
'read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
41
43
'read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
42
44
'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