PHP Classes

File: vendor/mongodb/mongodb/tests/SpecTests/transactions/error-labels.json

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   MongoDB Queue PHP Query Execute   vendor/mongodb/mongodb/tests/SpecTests/transactions/error-labels.json   Download  
File: vendor/mongodb/mongodb/tests/SpecTests/transactions/error-labels.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: 48,798 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": "DuplicateKey errors do not contain transient label", "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertMany", "object": "collection", "arguments": { "session": "session0", "documents": [ { "_id": 1 }, { "_id": 1 } ] }, "result": { "errorLabelsOmit": [ "TransientTransactionError", "UnknownTransactionCommitResult" ] } }, { "name": "abortTransaction", "object": "session0" } ], "expectations": [ { "command_started_event": { "command": { "insert": "test", "documents": [ { "_id": 1 }, { "_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": { "abortTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "NotMaster errors contain transient label", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "insert" ], "errorCode": 10107 } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "abortTransaction", "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": { "abortTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "WriteConflict errors contain transient label", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "insert" ], "errorCode": 112 } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "abortTransaction", "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": { "abortTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "NoSuchTransaction errors contain transient label", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "insert" ], "errorCode": 251 } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "abortTransaction", "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": { "abortTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "NoSuchTransaction errors on commit contain transient label", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "errorCode": 251 } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } } ], "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "add transient label to connection errors", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 4 }, "data": { "failCommands": [ "insert", "find", "aggregate", "distinct" ], "closeConnection": true } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "find", "object": "collection", "arguments": { "session": "session0" }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "aggregate", "object": "collection", "arguments": { "pipeline": [ { "$project": { "_id": 1 } } ], "session": "session0" }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "distinct", "object": "collection", "arguments": { "fieldName": "_id", "session": "session0" }, "result": { "errorLabelsContain": [ "TransientTransactionError" ], "errorLabelsOmit": [ "UnknownTransactionCommitResult" ] } }, { "name": "abortTransaction", "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": { "find": "test", "readConcern": null, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false }, "command_name": "find", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "aggregate": "test", "pipeline": [ { "$project": { "_id": 1 } } ], "cursor": {}, "readConcern": null, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false }, "command_name": "aggregate", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "distinct": "test", "key": "_id", "lsid": "session0", "readConcern": null, "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false }, "command_name": "distinct", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "abortTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "add unknown commit label to connection errors", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 2 }, "data": { "failCommands": [ "commitTransaction" ], "closeConnection": true } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "add unknown commit label to retryable commit errors", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 2 }, "data": { "failCommands": [ "commitTransaction" ], "errorCode": 11602 } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "add unknown commit label to writeConcernError ShutdownInProgress", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 2 }, "data": { "failCommands": [ "commitTransaction" ], "writeConcernError": { "code": 91, "errmsg": "Replication is being shut down" } } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" } } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority" } }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "add unknown commit label to writeConcernError WriteConcernFailed", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "writeConcernError": { "code": 64, "errmsg": "multiple errors reported" } } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" } } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority" } }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "add unknown commit label to writeConcernError WriteConcernFailed with wtimeout", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "writeConcernError": { "code": 64, "codeName": "WriteConcernFailed", "errmsg": "waiting for replication timed out", "errInfo": { "wtimeout": true } } } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" } } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority" } }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 } }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "omit unknown commit label to writeConcernError UnsatisfiableWriteConcern", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "writeConcernError": { "code": 100, "errmsg": "Not enough data-bearing nodes" } } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" } } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsOmit": [ "TransientTransactionError", "UnknownTransactionCommitResult" ] } } ], "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": { "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 } ] } } }, { "description": "omit unknown commit label to writeConcernError UnknownReplWriteConcern", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "writeConcernError": { "code": 79, "errmsg": "No write concern mode named 'blah' found in replica set configuration" } } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" } } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsOmit": [ "TransientTransactionError", "UnknownTransactionCommitResult" ] } } ], "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": { "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 } ] } } }, { "description": "do not add unknown commit label to MaxTimeMSExpired inside transactions", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "aggregate" ], "errorCode": 50 } }, "operations": [ { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "aggregate", "object": "collection", "arguments": { "pipeline": [ { "$project": { "_id": 1 } } ], "maxTimeMS": 60000, "session": "session0" }, "result": { "errorLabelsOmit": [ "UnknownTransactionCommitResult", "TransientTransactionError" ] } }, { "name": "abortTransaction", "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": { "aggregate": "test", "pipeline": [ { "$project": { "_id": 1 } } ], "cursor": {}, "readConcern": null, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "autocommit": false, "maxTimeMS": 60000 }, "command_name": "aggregate", "database_name": "transaction-tests" } }, { "command_started_event": { "command": { "abortTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": null }, "command_name": "abortTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [] } } }, { "description": "add unknown commit label to MaxTimeMSExpired", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "errorCode": 50 } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" }, "maxCommitTimeMS": 60000 } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority" }, "maxTimeMS": 60000 }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 }, "maxTimeMS": 60000 }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } }, { "description": "add unknown commit label to writeConcernError MaxTimeMSExpired", "failPoint": { "configureFailPoint": "failCommand", "mode": { "times": 1 }, "data": { "failCommands": [ "commitTransaction" ], "writeConcernError": { "code": 50, "errmsg": "operation exceeded time limit" } } }, "operations": [ { "name": "startTransaction", "object": "session0", "arguments": { "options": { "writeConcern": { "w": "majority" }, "maxCommitTimeMS": 60000 } } }, { "name": "insertOne", "object": "collection", "arguments": { "session": "session0", "document": { "_id": 1 } }, "result": { "insertedId": 1 } }, { "name": "commitTransaction", "object": "session0", "result": { "errorLabelsContain": [ "UnknownTransactionCommitResult" ], "errorLabelsOmit": [ "TransientTransactionError" ] } }, { "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": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority" }, "maxTimeMS": 60000 }, "command_name": "commitTransaction", "database_name": "admin" } }, { "command_started_event": { "command": { "commitTransaction": 1, "lsid": "session0", "txnNumber": { "$numberLong": "1" }, "startTransaction": null, "autocommit": false, "writeConcern": { "w": "majority", "wtimeout": 10000 }, "maxTimeMS": 60000 }, "command_name": "commitTransaction", "database_name": "admin" } } ], "outcome": { "collection": { "data": [ { "_id": 1 } ] } } } ] }