Skip to content

Commit abbb037

Browse files
authored
tests: bump MongoDB latest to 4.2 (#2391)
Because latest client uses a newer wire protocol.
1 parent f0f12be commit abbb037

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ services:
4646
volumes:
4747
- pymongodata36:/data/db
4848

49-
mongodb40:
50-
image: mongo:4.0
49+
mongodb42:
50+
image: mongo:4.2
5151
ports:
5252
- "27017:27017"
5353
volumes:
54-
- pymongodata40:/data/db
54+
- pymongodata42:/data/db
5555

5656
memcached:
5757
image: memcached
@@ -205,7 +205,7 @@ volumes:
205205
driver: local
206206
pymongodata36:
207207
driver: local
208-
pymongodata40:
208+
pymongodata42:
209209
driver: local
210210
pyesdata7:
211211
driver: local
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export PYTEST_MARKER="-m mongodb"
2-
export DOCKER_DEPS="mongodb40"
3-
export MONGODB_HOST="mongodb40"
2+
export DOCKER_DEPS="mongodb42"
3+
export MONGODB_HOST="mongodb42"

0 commit comments

Comments
 (0)