Skip to content

How to run database tests

Yulya Portnova edited this page May 7, 2015 · 1 revision

Configuration

create yaml config for mysql test

mysql.yaml samle:

# tests part 
tests:
    - mysql:
        warehouses: 20
    - pgbench:
        num_clients: 4
        transactions_per_client: 10

Run tests

command example for running tests:

 python -m wally mysql.yaml

Limitations

Works only on root filesystem

Clone this wiki locally