@@ -34,22 +35,17 @@ class TransactionsSpecTest extends FunctionalTestCase
...
@@ -34,22 +35,17 @@ class TransactionsSpecTest extends FunctionalTestCase
* @var array
* @var array
*/
*/
privatestatic$incompleteTests=[
privatestatic$incompleteTests=[
'error-labels: add unknown commit label to MaxTimeMSExpired'=>'PHPC-1382',
'transactions/read-pref: default readPreference'=>'PHPLIB does not properly inherit readPreference for transactions (PHPLIB-473)',
'error-labels: add unknown commit label to writeConcernError MaxTimeMSExpired'=>'PHPC-1382',
'transactions/read-pref: primary readPreference'=>'PHPLIB does not properly inherit readPreference for transactions (PHPLIB-473)',
'read-pref: default readPreference'=>'PHPLIB does not properly inherit readPreference for transactions',
'transactions/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 (PHPLIB-473)',
'read-pref: primary readPreference'=>'PHPLIB does not properly inherit readPreference for transactions',
'transactions/transaction-options: transaction options inherited from client'=>'PHPLIB does not properly inherit readConcern for transactions (PHPLIB-473)',
'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',
'transactions/transaction-options: readConcern local in defaultTransactionOptions'=>'PHPLIB does not properly inherit readConcern for transactions (PHPLIB-473)',
'transaction-options: transaction options inherited from defaultTransactionOptions'=>'PHPC-1382',
'transactions/transaction-options: readConcern snapshot in startTransaction options'=>'PHPLIB does not properly inherit readConcern for transactions (PHPLIB-473)',