At my latest webinar “MySQL Test Framework (MTR) for Troubleshooting”, I received an interesting question about MTR test cases for Percona XtraDB Cluster (PXC). Particularly about testing SST and IST.
This post is intended to answer this question. It assumes you are familiar with MTR and can write tests for MySQL servers. If you are not, please watch the webinar recording first.
You can find example tests in any PXC tarball package. They are located in directories
mysql-test/suite/galera
,
mysql-test/suite/galera_3nodes
and
mysql-test/suite/wsrep
, though that last directory only contains a configuration file.
If you …
[Read more]