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() {
28
28
"replicasets " => [
29
29
"scripts/presets/replicaset.json " ,
30
30
"scripts/presets/replicaset-30.json " ,
31
- "scripts/presets/replicaset-36.json " ,
32
31
"scripts/presets/replicaset-dns.json " ,
33
32
],
34
33
];
Original file line number Diff line number Diff line change 2
2
MongoDB\Driver\Cursor tailable iteration with awaitData and maxAwaitTimeMS options
3
3
--SKIPIF--
4
4
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
- <?php NEEDS ('REPLICASET_36 ' ); CLEANUP (REPLICASET_36 ); ?>
5
+ <?php NEEDS ('REPLICASET ' ); CLEANUP (REPLICASET ); ?>
6
6
--FILE--
7
7
<?php
8
8
require_once __DIR__ . "/../utils/basic.inc " ;
9
- $ manager = new MongoDB \Driver \Manager (REPLICASET_36 );
9
+ $ manager = new MongoDB \Driver \Manager (REPLICASET );
10
10
11
11
$ manager ->executeCommand (DATABASE_NAME , new MongoDB \Driver \Command ([
12
12
'create ' => COLLECTION_NAME ,
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ $servers = array(
20
20
"STANDALONE_PLAIN " => "" ,
21
21
"REPLICASET " => "" ,
22
22
"REPLICASET_30 " => "" ,
23
- "REPLICASET_36 " => "" ,
24
23
);
25
24
$ servers = array_merge ($ servers , $ config );
26
25
def ($ servers );
You can’t perform that action at this time.
0 commit comments