/
home
/
obinna
/
html
/
cravings
/
vendor
/
mongodb
/
mongodb
/
tests
/
SpecTests
/
crud
/
Upload File
HOME
{ "runOn": [ { "minServerVersion": "3.6.0" } ], "database_name": "admin", "tests": [ { "description": "Aggregate with $listLocalSessions", "operations": [ { "name": "aggregate", "object": "database", "arguments": { "pipeline": [ { "$listLocalSessions": {} }, { "$limit": 1 }, { "$addFields": { "dummy": "dummy field" } }, { "$project": { "_id": 0, "dummy": 1 } } ] }, "result": [ { "dummy": "dummy field" } ] } ] }, { "description": "Aggregate with $listLocalSessions and allowDiskUse", "operations": [ { "name": "aggregate", "object": "database", "arguments": { "pipeline": [ { "$listLocalSessions": {} }, { "$limit": 1 }, { "$addFields": { "dummy": "dummy field" } }, { "$project": { "_id": 0, "dummy": 1 } } ], "allowDiskUse": true }, "result": [ { "dummy": "dummy field" } ] } ] } ] }