Skip to content

Commit 9b9ec8e

Browse files
authored
Merge pull request globalsign#4 from globalsign/feature/mongo-3.2.12-integration-tests
Run integration tests against MongoDB 3.2.12
2 parents 0e457ba + 96b85de commit 9b9ec8e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ env:
1919
- GO=1.6 MONGODB=x86_64-3.2.3-nojournal
2020
- GO=1.7 MONGODB=x86_64-3.2.3-nojournal
2121
- GO=1.8.x MONGODB=x86_64-3.2.3-nojournal
22+
- GO=1.6 MONGODB=x86_64-3.2.12
23+
- GO=1.7 MONGODB=x86_64-3.2.12
24+
- GO=1.8.x MONGODB=x86_64-3.2.12
2225

2326
install:
2427
- eval "$(gimme $GO)"

harness/daemons/.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,12 @@ COMMONCOPTS="
3737
$COMMONDOPTS
3838
"
3939
COMMONSOPTS="
40-
--chunkSize 1
4140
--bind_ip=127.0.0.1
4241
"
4342

4443
if versionAtLeast 3 2; then
4544
# 3.2 doesn't like --nojournal on config servers.
46-
#COMMONCOPTS="$(echo "$COMMONCOPTS" | sed '/--nojournal/d')"
47-
# Using a hacked version of MongoDB 3.2 for now.
45+
COMMONCOPTS="$(echo "$COMMONCOPTS" | sed '/--nojournal/d')"
4846

4947
# Go back to MMAPv1 so it's not super sluggish. :-(
5048
COMMONDOPTSNOIP="--storageEngine=mmapv1 $COMMONDOPTSNOIP"

0 commit comments

Comments
 (0)