PHP Classes

File: vendor/mongodb/mongodb/tests/SpecTests/transactions-convenient-api/commit-retry.json

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/tests/SpecTests/transactions-convenient-api/commit-retry.json   Download  
File: vendor/mongodb/mongodb/tests/SpecTests/transactions-convenient-api/commit-retry.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: 13,602 bytes
 

Contents

Class file image Download
{ "runOn": [ { "minServerVersion": "4.0", "topology": [ "replicaset" ] }, { "minServerVersion": "4.1.8", "topology": [ "sharded" ] } ], "database_name": "withTransaction-tests", "collection_name": "test", "data": [], "tests": [ { "description": "commitTransaction succeeds after multiple connection errors", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 2 }, "data": { "failCommands": [ "commitTransaction" ], "closeConnection": true } }, "operations": [ { "name": "withTransaction", "object": "session0", "arguments": { "callback": { "operations": [ { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } } ] } } } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "readConcern": null, "writeConcern": null }, "command_name": "insert", "database_name": "withTransaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "readConcern": null, "startTransaction": null, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "commitTransaction retry only overwrites write concern w option", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 2 }, "data": { "failCommands": [ "commitTransaction" ], "closeConnection": true } }, "operations": [ { "name": "withTransaction", "object": "session0", "arguments": { "callback": { "operations": [ { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } } ] }, "options": { "writeConcern": { "w": 2, "j": true, "wtimeout": 5000 } } } } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "readConcern": null, "writeConcern": null }, "command_name": "insert", "database_name": "withTransaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": 2, "j": true, "wtimeout": 5000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": "majority", "j": true, "wtimeout": 5000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": "majority", "j": true, "wtimeout": 5000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "commit is retried after commitTransaction UnknownTransactionCommitResult (NotMaster)", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 2 }, "data": { "failCommands": [ "commitTransaction" ], "errorCode": 10107, "closeConnection": false } }, "operations": [ { "name": "withTransaction", "object": "session0", "arguments": { "callback": { "operations": [ { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } } ] } } } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "readConcern": null, "writeConcern": null }, "command_name": "insert", "database_name": "withTransaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "readConcern": null, "startTransaction": null, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 }, "readConcern": null, "startTransaction": null }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "commit is not retried after MaxTimeMSExpired error", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "errorCode": 50 } }, "operations": [ { "name": "withTransaction", "object": "session0", "arguments": { "callback": { "operations": [ { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } } ] }, "options": { "maxCommitTimeMS": 60000 } }, "result": { "errorCodeName": "MaxTimeMSExpired", "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "readConcern": null, "writeConcern": null }, "command_name": "insert", "database_name": "withTransaction-tests" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "maxTimeMS": 60000, "readConcern": null, "startTransaction": null, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } } ] }