93 lines
2.0 KiB
JSON
93 lines
2.0 KiB
JSON
{
|
|
"description": "createCollection-pre_and_post_images",
|
|
"schemaVersion": "1.4",
|
|
"runOnRequirements": [
|
|
{
|
|
"minServerVersion": "6.0",
|
|
"serverless": "forbid"
|
|
}
|
|
],
|
|
"createEntities": [
|
|
{
|
|
"client": {
|
|
"id": "client0",
|
|
"observeEvents": [
|
|
"commandStartedEvent"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"database": {
|
|
"id": "database0",
|
|
"client": "client0",
|
|
"databaseName": "papi-tests"
|
|
}
|
|
},
|
|
{
|
|
"collection": {
|
|
"id": "collection0",
|
|
"database": "database0",
|
|
"collectionName": "test"
|
|
}
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"description": "createCollection with changeStreamPreAndPostImages enabled",
|
|
"operations": [
|
|
{
|
|
"name": "dropCollection",
|
|
"object": "database0",
|
|
"arguments": {
|
|
"collection": "test"
|
|
}
|
|
},
|
|
{
|
|
"name": "createCollection",
|
|
"object": "database0",
|
|
"arguments": {
|
|
"collection": "test",
|
|
"changeStreamPreAndPostImages": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "assertCollectionExists",
|
|
"object": "testRunner",
|
|
"arguments": {
|
|
"databaseName": "papi-tests",
|
|
"collectionName": "test"
|
|
}
|
|
}
|
|
],
|
|
"expectEvents": [
|
|
{
|
|
"client": "client0",
|
|
"events": [
|
|
{
|
|
"commandStartedEvent": {
|
|
"command": {
|
|
"drop": "test"
|
|
},
|
|
"databaseName": "papi-tests"
|
|
}
|
|
},
|
|
{
|
|
"commandStartedEvent": {
|
|
"command": {
|
|
"create": "test",
|
|
"changeStreamPreAndPostImages": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"databaseName": "papi-tests"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|