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 baas with the fix for "Test client migration and rollback with recovery" test #7164

Merged
Merged
Show file tree
Hide file tree
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
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
Loading