Skip to content

Commit

Permalink
Update baas with the fix for "Test client migration and rollback with…
Browse files Browse the repository at this point in the history
… recovery" test (#7164)
  • Loading branch information
kiburtse authored Nov 23, 2023
1 parent 750db45 commit 29f2454
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ PACKAGE_NAME=realm-core
VERSION=13.23.4
OPENSSL_VERSION=3.0.8
ZLIB_VERSION=1.2.13
MDBREALM_TEST_SERVER_TAG=2023-10-20
MDBREALM_TEST_SERVER_TAG=2023-11-21
6 changes: 3 additions & 3 deletions evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ functions:
set -o verbose
if [[ -n "${disable_tests_against_baas|}" ]]; then
echo "Error: Bass is disabled for network tests"
echo "Error: Baas is disabled for network tests"
exit 1
fi
Expand Down Expand Up @@ -956,7 +956,7 @@ tasks:
commands:
- func: "launch remote baas"
vars:
baas_branch: 27f42f55a7944ed7d8ba9fad1854a4b22714cb8d
baas_branch: e8004ddf10dba21b45581d93fcf1e3d9a1c319ba
- func: "compile"
vars:
target_to_build: ObjectStoreTests
Expand All @@ -980,7 +980,7 @@ tasks:
commands:
- func: "launch remote baas"
vars:
baas_branch: 27f42f55a7944ed7d8ba9fad1854a4b22714cb8d
baas_branch: e8004ddf10dba21b45581d93fcf1e3d9a1c319ba
baas_proxy: On
- func: "compile"
vars:
Expand Down
2 changes: 1 addition & 1 deletion evergreen/install_baas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ if [[ -n "${MONGOSH_DOWNLOAD_URL}" ]]; then
${CURL} -sLS "${MONGOSH_DOWNLOAD_URL}" --output mongosh-binaries.zip
unzip -jnqq mongosh-binaries.zip '*/bin/*' -d "${MONGO_BINARIES_DIR}/bin/"
rm mongosh-binaries.zip
MONGOSH="mongosh"
fi
MONGOSH="mongosh"
else
# Use the mongo shell provided with mongod
MONGOSH="mongo"
Expand Down

0 comments on commit 29f2454

Please sign in to comment.