Skip to content

Commit f503329

Browse files
committed
PHPC-441: slaveOk bit is now set on hinted secondary query
This was fixed by CDRIVER-903, which is included in libmongoc 1.2.0.
1 parent 59b91d3 commit f503329

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/server/server-executeCommand-002.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\Driver\Server::executeCommand() takes a read preference
3-
--XFAIL--
4-
See PHPC-441: slaveOk bit not set when using hint to query a secondary directly
53
--SKIPIF--
64
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("REPLICASET"); ?>
75
--FILE--

tests/server/server-executeQuery-005.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
--TEST--
22
MongoDB\Driver\Server::executeQuery() takes a read preference
3-
--XFAIL--
4-
See PHPC-441: slaveOk bit not set when using hint to query a secondary directly
53
--SKIPIF--
64
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("REPLICASET"); ?>
75
--FILE--

0 commit comments

Comments
 (0)