205 lines
4.9 KiB
JSON
205 lines
4.9 KiB
JSON
{
|
|
"runOn": [
|
|
{
|
|
"minServerVersion": "4.3.4",
|
|
"topology": [
|
|
"replicaset",
|
|
"sharded"
|
|
]
|
|
}
|
|
],
|
|
"database_name": "transaction-tests",
|
|
"collection_name": "test",
|
|
"data": [],
|
|
"tests": [
|
|
{
|
|
"description": "explicitly create collection using create command",
|
|
"operations": [
|
|
{
|
|
"name": "dropCollection",
|
|
"object": "database",
|
|
"arguments": {
|
|
"collection": "test"
|
|
}
|
|
},
|
|
{
|
|
"name": "startTransaction",
|
|
"object": "session0"
|
|
},
|
|
{
|
|
"name": "createCollection",
|
|
"object": "database",
|
|
"arguments": {
|
|
"session": "session0",
|
|
"collection": "test"
|
|
}
|
|
},
|
|
{
|
|
"name": "assertCollectionNotExists",
|
|
"object": "testRunner",
|
|
"arguments": {
|
|
"database": "transaction-tests",
|
|
"collection": "test"
|
|
}
|
|
},
|
|
{
|
|
"name": "commitTransaction",
|
|
"object": "session0"
|
|
},
|
|
{
|
|
"name": "assertCollectionExists",
|
|
"object": "testRunner",
|
|
"arguments": {
|
|
"database": "transaction-tests",
|
|
"collection": "test"
|
|
}
|
|
}
|
|
],
|
|
"expectations": [
|
|
{
|
|
"command_started_event": {
|
|
"command": {
|
|
"drop": "test",
|
|
"writeConcern": null
|
|
},
|
|
"command_name": "drop",
|
|
"database_name": "transaction-tests"
|
|
}
|
|
},
|
|
{
|
|
"command_started_event": {
|
|
"command": {
|
|
"create": "test",
|
|
"lsid": "session0",
|
|
"txnNumber": {
|
|
"$numberLong": "1"
|
|
},
|
|
"startTransaction": true,
|
|
"autocommit": false,
|
|
"writeConcern": null
|
|
},
|
|
"command_name": "create",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"description": "implicitly create collection using insert",
|
|
"operations": [
|
|
{
|
|
"name": "dropCollection",
|
|
"object": "database",
|
|
"arguments": {
|
|
"collection": "test"
|
|
}
|
|
},
|
|
{
|
|
"name": "startTransaction",
|
|
"object": "session0"
|
|
},
|
|
{
|
|
"name": "insertOne",
|
|
"object": "collection",
|
|
"arguments": {
|
|
"session": "session0",
|
|
"document": {
|
|
"_id": 1
|
|
}
|
|
},
|
|
"result": {
|
|
"insertedId": 1
|
|
}
|
|
},
|
|
{
|
|
"name": "assertCollectionNotExists",
|
|
"object": "testRunner",
|
|
"arguments": {
|
|
"database": "transaction-tests",
|
|
"collection": "test"
|
|
}
|
|
},
|
|
{
|
|
"name": "commitTransaction",
|
|
"object": "session0"
|
|
},
|
|
{
|
|
"name": "assertCollectionExists",
|
|
"object": "testRunner",
|
|
"arguments": {
|
|
"database": "transaction-tests",
|
|
"collection": "test"
|
|
}
|
|
}
|
|
],
|
|
"expectations": [
|
|
{
|
|
"command_started_event": {
|
|
"command": {
|
|
"drop": "test",
|
|
"writeConcern": null
|
|
},
|
|
"command_name": "drop",
|
|
"database_name": "transaction-tests"
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|