Sha256: 6c6bb0d76f1648c37c743d3626e58b4325b6a1c3a8b30a64f62389ea0158d998

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

Preparing for master slave integration tests
--------------------------------------------

You can set the integration specs up to run against a master slave setup by
running the included `setup-cluster` script.

# set up instances

    spec/config/setup-cluster

# start instances

    basedir=/opt/lhm-cluster
    mysqld --defaults-file="$basedir/master/my.cnf"
    mysqld --defaults-file="$basedir/slave/my.cnf"

# run the grants

    spec/config/grants

# run specs

To run specs in slave mode, set the SLAVE=1 when running tests:

    MASTER_SLAVE=1 rake specs

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lhm-1.0.0.rc4 spec/README.md
lhm-1.0.0.rc3 spec/README.md