20 lines
321 B
JSON
20 lines
321 B
JSON
{
|
|
"version": 1,
|
|
"style": "unit",
|
|
"description": "must be able to create a pool",
|
|
"operations": [
|
|
{
|
|
"name": "waitForEvent",
|
|
"event": "ConnectionPoolCreated",
|
|
"count": 1
|
|
}
|
|
],
|
|
"events": [
|
|
{
|
|
"type": "ConnectionPoolCreated",
|
|
"address": 42,
|
|
"options": 42
|
|
}
|
|
]
|
|
}
|