Skip to content

Commit 6ca8c7f

Browse files
committed
Remove redundant REPLICASET_36 mo environment
1 parent 9812d67 commit 6ca8c7f

File tree

4 files changed

+2
-75
lines changed

4 files changed

+2
-75
lines changed

scripts/presets/replicaset-36.json

Lines changed: 0 additions & 71 deletions
This file was deleted.

scripts/start-servers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
];

tests/command/cursor-tailable-001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
MongoDB\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
88
require_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,

tests/utils/basic.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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);
2625
def($servers);

0 commit comments

Comments
 (0)