Skip to content

Commit

Permalink
Run tests against mongodb-2.6 instead of 2.4.
Browse files Browse the repository at this point in the history
The antique version running in prod is apparently 2.6.12, not 2.4.
  • Loading branch information
sengi committed Dec 8, 2023
1 parent 2c6faa8 commit c13459d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ failure_hints() {
}

docker_run() {
docker run --name router-mongo -dp 27017:27017 mongo:2.4 --replSet rs0 --quiet
docker run --name router-mongo -dp 27017:27017 mongo:2.6 --replSet rs0 --quiet
}

init_replicaset() {
Expand Down

0 comments on commit c13459d

Please sign in to comment.