File tree Expand file tree Collapse file tree 4 files changed +2
-75
lines changed
Expand file tree Collapse file tree 4 files changed +2
-75
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ function lap() {
2828 "replicasets " => [
2929 "scripts/presets/replicaset.json " ,
3030 "scripts/presets/replicaset-30.json " ,
31- "scripts/presets/replicaset-36.json " ,
3231 "scripts/presets/replicaset-dns.json " ,
3332 ],
3433];
Original file line number Diff line number Diff line change 22MongoDB\Driver\Cursor tailable iteration with awaitData and maxAwaitTimeMS options
33--SKIPIF--
44<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5- <?php NEEDS ('REPLICASET_36 ' ); CLEANUP (REPLICASET_36 ); ?>
5+ <?php NEEDS ('REPLICASET ' ); CLEANUP (REPLICASET ); ?>
66--FILE--
77<?php
88require_once __DIR__ . "/../utils/basic.inc " ;
9- $ manager = new MongoDB \Driver \Manager (REPLICASET_36 );
9+ $ manager = new MongoDB \Driver \Manager (REPLICASET );
1010
1111$ manager ->executeCommand (DATABASE_NAME , new MongoDB \Driver \Command ([
1212 'create ' => COLLECTION_NAME ,
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ $servers = array(
2020 "STANDALONE_PLAIN " => "" ,
2121 "REPLICASET " => "" ,
2222 "REPLICASET_30 " => "" ,
23- "REPLICASET_36 " => "" ,
2423);
2524$ servers = array_merge ($ servers , $ config );
2625def ($ servers );
You can’t perform that action at this time.
0 commit comments