From b339f85c3ef48a1e658e3b67a223f6c52a63402e Mon Sep 17 00:00:00 2001 From: Kirill Burtsev Date: Thu, 23 Nov 2023 17:28:58 +0100 Subject: [PATCH 1/2] Update baas with the fix for "Test client migration and rollback with recovery" test and others similar failures --- evergreen/config.yml | 6 +++--- evergreen/install_baas.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/evergreen/config.yml b/evergreen/config.yml index 7fbcfeef23a..fb03b0ae0eb 100644 --- a/evergreen/config.yml +++ b/evergreen/config.yml @@ -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 @@ -956,7 +956,7 @@ tasks: commands: - func: "launch remote baas" vars: - baas_branch: 27f42f55a7944ed7d8ba9fad1854a4b22714cb8d + baas_branch: e8004ddf10dba21b45581d93fcf1e3d9a1c319ba - func: "compile" vars: target_to_build: ObjectStoreTests @@ -980,7 +980,7 @@ tasks: commands: - func: "launch remote baas" vars: - baas_branch: 27f42f55a7944ed7d8ba9fad1854a4b22714cb8d + baas_branch: e8004ddf10dba21b45581d93fcf1e3d9a1c319ba baas_proxy: On - func: "compile" vars: diff --git a/evergreen/install_baas.sh b/evergreen/install_baas.sh index baf9ea6a4c0..0119098e124 100755 --- a/evergreen/install_baas.sh +++ b/evergreen/install_baas.sh @@ -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" From 3908ed4f7f55f20480b91768692959cb704a11b6 Mon Sep 17 00:00:00 2001 From: Kirill Burtsev Date: Thu, 23 Nov 2023 18:54:51 +0100 Subject: [PATCH 2/2] Up mdb tag for jenkins --- dependencies.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.list b/dependencies.list index aaf817e3d43..2de75a1ed93 100644 --- a/dependencies.list +++ b/dependencies.list @@ -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