Commit 1d07d56e authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-449: Add 4.2.0-rc1 replica set to Travis CI matrix

Remove MMAPv1 procParams from MO configs (excluding "old" configs). MongoDB 4.2+ no longer parses these options and will error on startup. See: https://docs.mongodb.com/master/release-notes/4.2/#mmapv1-specific-configuration-options
parent b2852949
...@@ -53,6 +53,10 @@ matrix: ...@@ -53,6 +53,10 @@ matrix:
- php: 7.3 - php: 7.3
env: env:
- DEPLOYMENT=REPLICASET - DEPLOYMENT=REPLICASET
- php: 7.3
env:
- SERVER_VERSION=4.2.0-rc1
- DEPLOYMENT=REPLICASET
- php: 7.3 - php: 7.3
env: env:
- DEPLOYMENT=SHARDED_CLUSTER - DEPLOYMENT=SHARDED_CLUSTER
......
...@@ -9,10 +9,8 @@ ...@@ -9,10 +9,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/REPLICASET/3020/mongod.log", "logpath": "/tmp/REPLICASET/3020/mongod.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 3020, "port": 3020,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
}, },
"rsParams": { "rsParams": {
"priority": 99, "priority": 99,
......
...@@ -9,10 +9,8 @@ ...@@ -9,10 +9,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/REPLICASET/3000/mongod.log", "logpath": "/tmp/REPLICASET/3000/mongod.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 3000, "port": 3000,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
}, },
"rsParams": { "rsParams": {
"priority": 99, "priority": 99,
...@@ -30,10 +28,8 @@ ...@@ -30,10 +28,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/REPLICASET/3001/mongod.log", "logpath": "/tmp/REPLICASET/3001/mongod.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 3001, "port": 3001,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
}, },
"rsParams": { "rsParams": {
"priority": 1.1, "priority": 1.1,
...@@ -51,10 +47,8 @@ ...@@ -51,10 +47,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/REPLICASET/3002/mongod.log", "logpath": "/tmp/REPLICASET/3002/mongod.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 3002, "port": 3002,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
}, },
"rsParams": { "rsParams": {
"arbiterOnly": true "arbiterOnly": true
......
...@@ -8,10 +8,8 @@ ...@@ -8,10 +8,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4000, "port": 4000,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
}, },
{ {
...@@ -21,10 +19,8 @@ ...@@ -21,10 +19,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4001, "port": 4001,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
}, },
{ {
...@@ -34,10 +30,8 @@ ...@@ -34,10 +30,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4002, "port": 4002,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
} }
] ]
...@@ -53,10 +47,8 @@ ...@@ -53,10 +47,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4100, "port": 4100,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
} }
}, },
...@@ -69,10 +61,8 @@ ...@@ -69,10 +61,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4200, "port": 4200,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
} }
} }
......
...@@ -8,10 +8,8 @@ ...@@ -8,10 +8,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4490, "port": 4490,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
}, },
{ {
...@@ -21,10 +19,8 @@ ...@@ -21,10 +19,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4491, "port": 4491,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
}, },
{ {
...@@ -34,10 +30,8 @@ ...@@ -34,10 +30,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4492, "port": 4492,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }
} }
] ]
...@@ -55,10 +49,8 @@ ...@@ -55,10 +49,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4400, "port": 4400,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }, } },
{ "procParams": { { "procParams": {
"dbpath": "/tmp/SHARDED-RS/SHARD1/4401", "dbpath": "/tmp/SHARDED-RS/SHARD1/4401",
...@@ -66,10 +58,8 @@ ...@@ -66,10 +58,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4401, "port": 4401,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} } } }
] ]
} }
...@@ -85,10 +75,8 @@ ...@@ -85,10 +75,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4410, "port": 4410,
"bind_ip_all": true, "bind_ip_all": true
"smallfiles": true
} }, } },
{ "procParams": { { "procParams": {
"dbpath": "/tmp/SHARDED-RS/SHARD2/4411", "dbpath": "/tmp/SHARDED-RS/SHARD2/4411",
...@@ -96,10 +84,8 @@ ...@@ -96,10 +84,8 @@
"ipv6": true, "ipv6": true,
"journal": true, "journal": true,
"logappend": true, "logappend": true,
"nssize": 1,
"port": 4411, "port": 4411,
"bind_ip_all": true, "bind_ip_all": true,
"smallfiles": true
} } } }
] ]
} }
......
...@@ -10,10 +10,8 @@ ...@@ -10,10 +10,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/standalone-auth/m.log", "logpath": "/tmp/standalone-auth/m.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 2200, "port": 2200,
"bind_ip_all": true, "bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1} "setParameter": {"enableTestCommands": 1}
} }
} }
...@@ -7,10 +7,8 @@ ...@@ -7,10 +7,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/standalone-ssl/m.log", "logpath": "/tmp/standalone-ssl/m.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 2100, "port": 2100,
"bind_ip_all": true, "bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1} "setParameter": {"enableTestCommands": 1}
}, },
"sslParams": { "sslParams": {
......
...@@ -7,10 +7,8 @@ ...@@ -7,10 +7,8 @@
"logappend": true, "logappend": true,
"logpath": "/tmp/standalone/mongod.log", "logpath": "/tmp/standalone/mongod.log",
"journal": true, "journal": true,
"nssize": 1,
"port": 2000, "port": 2000,
"bind_ip_all": true, "bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1} "setParameter": {"enableTestCommands": 1}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment