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 2
2
MongoDB\Driver\Manager::startSession() snapshot and causalConsistency cannot both be true
3
3
--DESCRIPTION--
4
4
Session 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
6
6
--SKIPIF--
7
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
8
<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 2
2
MongoDB\Driver\Session spec test: Pool is LIFO
3
3
--DESCRIPTION--
4
4
Session 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
6
6
--SKIPIF--
7
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
8
<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 2
2
MongoDB\Driver\Session spec test: $clusterTime in commands
3
3
--DESCRIPTION--
4
4
Session 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
6
6
--SKIPIF--
7
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
8
<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 2
2
MongoDB\Driver\Session spec test: session cannot be used for different clients
3
3
--DESCRIPTION--
4
4
Session 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
6
6
--SKIPIF--
7
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
8
<?php skip_if_not_libmongoc_crypto (); ?>
Original file line number Diff line number Diff line change 2
2
MongoDB\Driver\WriteConcernError::getInfo() exposes writeConcernError.errInfo
3
3
--DESCRIPTION--
4
4
CRUD 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
6
6
--SKIPIF--
7
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
8
<?php skip_if_not_replica_set (); ?>
Original file line number Diff line number Diff line change 2
2
MongoDB\Driver\WriteError::getInfo() exposes writeError.errInfo
3
3
--DESCRIPTION--
4
4
CRUD 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
6
6
--SKIPIF--
7
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
8
8
<?php skip_if_server_version ('< ' , '5.0 ' ); ?>
You can’t perform that action at this time.
0 commit comments