PHP Classes

File: vendor/mongodb/mongodb/tests/SpecTests/transactions/insert.json

Recommend this page to a friend!
  Classes of walid laggoune   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/tests/SpecTests/transactions/insert.json   Download  
File: vendor/mongodb/mongodb/tests/SpecTests/transactions/insert.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: 15,332 bytes
 

Contents

Class file image Download
{ "runOn": [ { "minServerVersion": "4.0", "topology": [ "replicaset" ] }, { "minServerVersion": "4.1.8", "topology": [ "sharded" ] } ], "database_name": "transaction-tests", "collection_name": "test", "data": [], "tests": [ { "description": "insert", "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "insertMany", "object": "collection", "arguments": { "documents": [ { "_id": 2 }, { "_id": 3 } ], "session": "session0" }, "result": { "insertedIds": { "0": 2, "1": 3 } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 4 } }, "result": { "insertedId": 4 } }, { "name": "commitTransaction", "object": "session0" }, { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 5 } }, "result": { "insertedId": 5 } }, { "name": "commitTransaction", "object": "session0" } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "readConcern": null, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 2 }, { "_id": 3 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 4 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 5 } ], "ordered": true, "readConcern": { "afterClusterTime": 42 }, "lsid": "session0", "txnNumber": { "$numberLong": "2" }, "startTransaction": true, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "2" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 }, { "_id": 2 }, { "_id": 3 }, { "_id": 4 }, { "_id": 5 } ] } } }, { "description": "insert with session1", "operations": [ { "name": "startTransaction", "object": "session1" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session1", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "insertMany", "object": "collection", "arguments": { "documents": [ { "_id": 2 }, { "_id": 3 } ], "session": "session1" }, "result": { "insertedIds": { "0": 2, "1": 3 } } }, { "name": "commitTransaction", "object": "session1" }, { "name": "startTransaction", "object": "session1" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session1", "document": { "_id": 4 } }, "result": { "insertedId": 4 } }, { "name": "abortTransaction", "object": "session1" } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "readConcern": null, "lsid": "session1", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 2 }, { "_id": 3 } ], "ordered": true, "lsid": "session1", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session1", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 4 } ], "ordered": true, "readConcern": { "afterClusterTime": 42 }, "lsid": "session1", "txnNumber": { "$numberLong": "2" }, "startTransaction": true, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "abortTransaction": 1, "lsid": "session1", "txnNumber": { "$numberLong": "2" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 }, { "_id": 2 }, { "_id": 3 } ] } } }, { "description": "collection writeConcern without transaction", "clientOptions": { "retryWrites": false }, "operations": [ { "name": "insertOne", "object": "collection", "collectionOptions": { "writeConcern": { "w": "majority" } }, "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "readConcern": null, "lsid": "session0", "txnNumber": null, "startTransaction": null, "autocommit": null, "writeConcern": { "w": "majority" } }, "command_name": "insert", "database_name": "transaction-tests" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "collection writeConcern ignored for insert", "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" } } } }, { "name": "insertOne", "object": "collection", "collectionOptions": { "writeConcern": { "w": "majority" } }, "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "insertMany", "object": "collection", "collectionOptions": { "writeConcern": { "w": "majority" } }, "arguments": { "documents": [ { "_id": 2 }, { "_id": 3 } ], "session": "session0" }, "result": { "insertedIds": { "0": 2, "1": 3 } } }, { "name": "commitTransaction", "object": "session0" } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "readConcern": null, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 2 }, { "_id": 3 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "insert", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority" } }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 }, { "_id": 2 }, { "_id": 3 } ] } } } ] }