Skip to content

Commit

Permalink
Update baas commit for evergreen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltabacaru committed Jan 15, 2024
1 parent d234748 commit 18940aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VERSION=13.25.1
OPENSSL_VERSION=3.0.8
ZLIB_VERSION=1.2.13
# https://github.com/10gen/baas/commits
# 300ef is 2023 Dec 15
BAAS_VERSION=300efb0604a88f1f36899bee0f42b34826b9b65f
# 5087f is 2024 Jan 13
BAAS_VERSION=5087ffd5a0e4975e625f0fbcceed23107f611055
2 changes: 1 addition & 1 deletion test/object-store/sync/flx_schema_migration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void create_schema(const AppSession& app_session, std::shared_ptr<SyncUser> user
timed_sleeping_wait_for(
[&] {
bson::BsonDocument filter_doc{{"app_id", ObjectId(app_session.server_app_id)},
{"versionMajor", target_schema_version}};
{"version_major", target_schema_version}};
bool found = false;
settings.find_one(filter_doc,
[&](util::Optional<bson::BsonDocument> document, util::Optional<app::AppError> error) {
Expand Down

0 comments on commit 18940aa

Please sign in to comment.