{ "description": "commit", "schemaVersion": "1.3", "runOnRequirements": [ { "minServerVersion": "4.0", "topologies": [ "replicaset" ] }, { "minServerVersion": "4.1.8", "topologies": [ "sharded", "load-balanced" ] } ], "createEntities": [ { "client": { "id": "client0", "useMultipleMongoses": true, "observeEvents": [ "commandStartedEvent" ] } }, { "database": { "id": "database0", "client": "client0", "databaseName": "withTransaction-tests" } }, { "collection": { "id": "collection0", "database": "database0", "collectionName": "test" } }, { "session": { "id": "session0", "client": "client0" } } ], "initialData": [ { "collectionName": "test", "databaseName": "withTransaction-tests", "documents": [] } ], "tests": [ { "description": "withTransaction commits after callback returns", "operations": [ { "name": "withTransaction", "object": "session0", "arguments": { "callback": [ { "name": "insertOne", "object": "collection0", "arguments": { "session": "session0", "document": { "_id": 1 } }, "expectResult": { "$$unsetOrMatches": { "insertedId": { "$$unsetOrMatches": 1 } } } }, { "name": "insertOne", "object": "collection0", "arguments": { "session": "session0", "document": { "_id": 2 } }, "expectResult": { "$$unsetOrMatches": { "insertedId": { "$$unsetOrMatches": 2 } } } } ] } } ], "expectEvents": [ { "client": "client0", "events": [ { "commandStartedEvent": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "lsid": { "$$sessionLsid": "session0" }, "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "readConcern": { "$$exists": false }, "writeConcern": { "$$exists": false } }, "commandName": "insert", "databaseName": "withTransaction-tests" } }, { "commandStartedEvent": { "command": { "insert": "test", "documents": [ { "_id": 2 } ], "ordered": true, "lsid": { "$$sessionLsid": "session0" }, "txnNumber": { "$numberLong": "1" }, "autocommit": false, "readConcern": { "$$exists": false }, "startTransaction": { "$$exists": false }, "writeConcern": { "$$exists": false } }, "commandName": "insert", "databaseName": "withTransaction-tests" } }, { "commandStartedEvent": { "command": { "commitTransaction": 1, "lsid": { "$$sessionLsid": "session0" }, "txnNumber": { "$numberLong": "1" }, "autocommit": false, "readConcern": { "$$exists": false }, "startTransaction": { "$$exists": false }, "writeConcern": { "$$exists": false } }, "commandName": "commitTransaction", "databaseName": "admin" } } ] } ], "outcome": [ { "collectionName": "test", "databaseName": "withTransaction-tests", "documents": [ { "_id": 1 }, { "_id": 2 } ] } ] }, { "description": "withTransaction commits after callback returns (second transaction)", "operations": [ { "name": "withTransaction", "object": "session0", "arguments": { "callback": [ { "name": "insertOne", "object": "collection0", "arguments": { "session": "session0", "document": { "_id": 1 } }, "expectResult": { "$$unsetOrMatches": { "insertedId": { "$$unsetOrMatches": 1 } } } }, { "name": "commitTransaction", "object": "session0" }, { "name": "startTransaction", "object": "session0" }, { "name": "insertOne", "object": "collection0", "arguments": { "session": "session0", "document": { "_id": 2 } }, "expectResult": { "$$unsetOrMatches": { "insertedId": { "$$unsetOrMatches": 2 } } } } ] } } ], "expectEvents": [ { "client": "client0", "events": [ { "commandStartedEvent": { "command": { "insert": "test", "documents": [ { "_id": 1 } ], "ordered": true, "lsid": { "$$sessionLsid": "session0" }, "txnNumber": { "$numberLong": "1" }, "startTransaction": true, "autocommit": false, "readConcern": { "$$exists": false }, "writeConcern": { "$$exists": false } }, "commandName": "insert", "databaseName": "withTransaction-tests" } }, { "commandStartedEvent": { "command": { "commitTransaction": 1, "lsid": { "$$sessionLsid": "session0" }, "txnNumber": { "$numberLong": "1" }, "autocommit": false, "readConcern": { "$$exists": false }, "startTransaction": { "$$exists": false }, "writeConcern": { "$$exists": false } }, "commandName": "commitTransaction", "databaseName": "admin" } }, { "commandStartedEvent": { "command": { "insert": "test", "documents": [ { "_id": 2 } ], "ordered": true, "lsid": { "$$sessionLsid": "session0" }, "readConcern": { "afterClusterTime": { "$$exists": true } }, "txnNumber": { "$numberLong": "2" }, "startTransaction": true, "autocommit": false, "writeConcern": { "$$exists": false } }, "commandName": "insert", "databaseName": "withTransaction-tests" } }, { "commandStartedEvent": { "command": { "commitTransaction": 1, "lsid": { "$$sessionLsid": "session0" }, "txnNumber": { "$numberLong": "2" }, "autocommit": false, "readConcern": { "$$exists": false }, "startTransaction": { "$$exists": false }, "writeConcern": { "$$exists": false } }, "commandName": "commitTransaction", "databaseName": "admin" } } ] } ], "outcome": [ { "collectionName": "test", "databaseName": "withTransaction-tests", "documents": [ { "_id": 1 }, { "_id": 2 } ] } ] } ] }