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:
- php: 7.3
env:
- DEPLOYMENT=REPLICASET
- php: 7.3
env:
- SERVER_VERSION=4.2.0-rc1
- DEPLOYMENT=REPLICASET
- php: 7.3
env:
- DEPLOYMENT=SHARDED_CLUSTER
......
......@@ -9,10 +9,8 @@
"logappend": true,
"logpath": "/tmp/REPLICASET/3020/mongod.log",
"journal": true,
"nssize": 1,
"port": 3020,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
},
"rsParams": {
"priority": 99,
......
......@@ -9,10 +9,8 @@
"logappend": true,
"logpath": "/tmp/REPLICASET/3000/mongod.log",
"journal": true,
"nssize": 1,
"port": 3000,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
},
"rsParams": {
"priority": 99,
......@@ -30,10 +28,8 @@
"logappend": true,
"logpath": "/tmp/REPLICASET/3001/mongod.log",
"journal": true,
"nssize": 1,
"port": 3001,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
},
"rsParams": {
"priority": 1.1,
......@@ -51,10 +47,8 @@
"logappend": true,
"logpath": "/tmp/REPLICASET/3002/mongod.log",
"journal": true,
"nssize": 1,
"port": 3002,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
},
"rsParams": {
"arbiterOnly": true
......
......@@ -8,10 +8,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4000,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
},
{
......@@ -21,10 +19,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4001,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
},
{
......@@ -34,10 +30,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4002,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
}
]
......@@ -53,10 +47,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4100,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
}
},
......@@ -69,10 +61,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4200,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
}
}
......
......@@ -8,10 +8,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4490,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
},
{
......@@ -21,10 +19,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4491,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
},
{
......@@ -34,10 +30,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4492,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
}
}
]
......@@ -55,10 +49,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4400,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
} },
{ "procParams": {
"dbpath": "/tmp/SHARDED-RS/SHARD1/4401",
......@@ -66,10 +58,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4401,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
} }
]
}
......@@ -85,10 +75,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4410,
"bind_ip_all": true,
"smallfiles": true
"bind_ip_all": true
} },
{ "procParams": {
"dbpath": "/tmp/SHARDED-RS/SHARD2/4411",
......@@ -96,10 +84,8 @@
"ipv6": true,
"journal": true,
"logappend": true,
"nssize": 1,
"port": 4411,
"bind_ip_all": true,
"smallfiles": true
} }
]
}
......
......@@ -10,10 +10,8 @@
"logappend": true,
"logpath": "/tmp/standalone-auth/m.log",
"journal": true,
"nssize": 1,
"port": 2200,
"bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1}
}
}
......@@ -7,10 +7,8 @@
"logappend": true,
"logpath": "/tmp/standalone-ssl/m.log",
"journal": true,
"nssize": 1,
"port": 2100,
"bind_ip_all": true,
"smallfiles": true,
"setParameter": {"enableTestCommands": 1}
},
"sslParams": {
......
......@@ -7,10 +7,8 @@
"logappend": true,
"logpath": "/tmp/standalone/mongod.log",
"journal": true,
"nssize": 1,
"port": 2000,
"bind_ip_all": true,
"smallfiles": true,
"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