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
Changes from 1 commit
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
Next Next commit
Update baas with the fix for "Test client migration and rollback with…
… recovery" test and others similar failures
  • Loading branch information
kiburtse committed Nov 23, 2023
commit b339f85c3ef48a1e658e3b67a223f6c52a63402e
6 changes: 3 additions & 3 deletions evergreen/config.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion evergreen/install_baas.sh
Original file line number Diff line number Diff line change
@@ -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"