Skip to content

Commit 5bdf573

Browse files
authored
Update comment to more accurately reflect sharded cluster behavior (#1064)
1 parent 8c81c21 commit 5bdf573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mongocxx/test/database.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ TEST_CASE("Database integration tests", "[database]") {
344344
return;
345345
}
346346

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

351351
auto session1 = mongo_client.start_session();

0 commit comments

Comments
 (0)