Bump tests to Mongo 4.0.23 (#7205)

* Bump tests to Mongo 4.0.23

* Bump node to 15.9.0 for tests
This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2021-02-18 01:43:45 -08:00
committed by GitHub
parent 5d84085071
commit 9a9fc5fa5f
3 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@
"test:mongodb:runnerstart": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} mongodb-runner start",
"test:mongodb:testonly": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=$npm_config_dbversion} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=wiredTiger} TESTING=1 jasmine",
"test:mongodb": "npm run test:mongodb:runnerstart --dbversion=$npm_config_dbversion && npm run test:mongodb:testonly --dbversion=$npm_config_dbversion",
"test:mongodb:4.0.22": "npm run test:mongodb --dbversion=4.0.22",
"test:mongodb:4.0.23": "npm run test:mongodb --dbversion=4.0.23",
"test:mongodb:4.2.12": "npm run test:mongodb --dbversion=4.2.12",
"test:mongodb:4.4.4": "npm run test:mongodb --dbversion=4.4.4",
"posttest:mongodb": "mongodb-runner stop",