Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mongo version in tests #1119

Merged
merged 1 commit into from
Feb 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ then

killandsleep 8000

docker pull mongo:3.4.10
docker pull mongo:3.6.2
mkdir /tmp/mongodb
docker run -d -p 27018:27017 -v /tmp/mongodb:/data/db mongo:3.4.10
docker run -d -p 27018:27017 -v /tmp/mongodb:/data/db mongo:3.6.2
bash wait_for_local_port.bash 27018 40
S3BACKEND=mem MPU_TESTING=yes S3METADATA=mongodb npm start > $CIRCLE_ARTIFACTS/server_mongodb_awssdk.txt & bash wait_for_local_port.bash 8000 40 && npm run ft_test

Expand Down