PHP Classes

File: vendor/mongodb/mongodb/tests/SpecTests/command-monitoring/unacknowledgedBulkWrite.json

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/tests/SpecTests/command-monitoring/unacknowledgedBulkWrite.json   Download  
File: vendor/mongodb/mongodb/tests/SpecTests/command-monitoring/unacknowledgedBulkWrite.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MongoDB Queue PHP Query Execute
Query and execute multiple queries using MongoDB
Author: By
Last change:
Date: 4 years ago
Size: 1,646 bytes
 

Contents

Class file image Download
{ "data": [ { "_id": 1, "x": 11 } ], "collection_name": "test-unacknowledged-bulk-write", "database_name": "command-monitoring-tests", "tests": [ { "description": "A successful unordered bulk write with an unacknowledged write concern", "comment": "On a 2.4 server, no GLE is sent and requires a client-side manufactured reply", "operation": { "name": "bulkWrite", "collectionOptions": { "writeConcern": { "w": 0 } }, "arguments": { "requests": [ { "name": "insertOne", "arguments": { "document": { "_id": "unorderedBulkWriteInsertW0", "x": 44 } } } ], "options": { "ordered": false } } }, "expectations": [ { "command_started_event": { "command": { "insert": "test-unacknowledged-bulk-write", "documents": [ { "_id": "unorderedBulkWriteInsertW0", "x": 44 } ], "ordered": false, "writeConcern": { "w": 0 } }, "command_name": "insert", "database_name": "command-monitoring-tests" } }, { "command_succeeded_event": { "reply": { "ok": 1 }, "command_name": "insert" } } ] } ] }