We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c81c21 commit 5bdf573Copy full SHA for 5bdf573
src/mongocxx/test/database.cpp
@@ -344,8 +344,8 @@ TEST_CASE("Database integration tests", "[database]") {
344
return;
345
}
346
347
- // SERVER-79306: $listLocalSessions does not behave as expect if the database does not
348
- // already exist on sharded clusters.
+ // SERVER-79306: Ensure the database exists for consistent behavior with sharded
+ // clusters.
349
database.create_collection("dummy");
350
351
auto session1 = mongo_client.start_session();
0 commit comments