File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22MongoDB\Driver\Manager::startSession() snapshot and causalConsistency cannot both be true
33--DESCRIPTION--
44Session spec prose test #1: Setting both snapshot and causalConsistency to true is not allowed
5- https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#setting-both-snapshot-and-causalconsistency-to-true-is-not-allowed
5+ https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#1- setting-both-snapshot-and-causalconsistency-to-true-is-not-allowed
66--SKIPIF--
77<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
88<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 22MongoDB\Driver\Session spec test: Pool is LIFO
33--DESCRIPTION--
44Session spec prose test #2: Pool is LIFO
5- https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#pool-is-lifo
5+ https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#2- pool-is-lifo
66--SKIPIF--
77<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
88<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 22MongoDB\Driver\Session spec test: $clusterTime in commands
33--DESCRIPTION--
44Session spec prose test #3: $clusterTime in commands
5- https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#clustertime-in-commands
5+ https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#3- clustertime-in-commands
66--SKIPIF--
77<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
88<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 22MongoDB\Driver\Session spec test: session cannot be used for different clients
33--DESCRIPTION--
44Session spec prose test #5: Session argument is for the right client
5- https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#session-argument-is-for-the-right-client
5+ https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#5- session-argument-is-for-the-right-client
66--SKIPIF--
77<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
88<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 22MongoDB\Driver\WriteConcernError::getInfo() exposes writeConcernError.errInfo
33--DESCRIPTION--
44CRUD spec prose test #1
5- https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#writeconcernerror-details -exposes-writeconcernerror-errinfo
5+ https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#1-writeconcernerrordetails -exposes-writeconcernerrorerrinfo
66--SKIPIF--
77<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
88<?php skip_if_not_replica_set (); ?>
Original file line number Diff line number Diff line change 22MongoDB\Driver\WriteError::getInfo() exposes writeError.errInfo
33--DESCRIPTION--
44CRUD spec prose test #2
5- https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#writeerror-details -exposes-writeerrors-errinfo
5+ https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#2-writeerrordetails -exposes-writeerrorserrinfo
66--SKIPIF--
77<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
88<?php skip_if_server_version ('< ' , '5.0 ' ); ?>
You can’t perform that action at this time.
0 commit comments