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 11, 2024
1 parent fb26b4e commit 66127a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ tasks:
commands:
- func: "launch remote baas"
vars:
baas_branch: 0ab5ee56f42e86177764d1023858e5ef081c266b
baas_branch: 413d245dd38cc4c0429ee1f17902cf0b597d24c2
- func: "compile"
vars:
target_to_build: ObjectStoreTests
Expand Down
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 66127a6

Please sign in to comment.