Skip to content
Merged
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
4 changes: 2 additions & 2 deletions src/mongocxx/test/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ TEST_CASE("Database integration tests", "[database]") {
return;
}

// SERVER-79306: $listLocalSessions does not behave as expect if the database does not
// already exist on sharded clusters.
// SERVER-79306: Ensure the database exists for consistent behavior with sharded
// clusters.
database.create_collection("dummy");

auto session1 = mongo_client.start_session();
Expand Down