mariadb/mysql-test/suite/wsrep
Nirbhay Choubey 3ce3647055 MDEV#6399 - Make galera test suite run with --parallel
Galera tests used default base/SST ports which led to
failures due to port conflicts when run in parallel.
Fixed by setting them to ones generated by mtr framework.
2014-07-12 18:20:45 -04:00
..
r MDEV#6411 - Setting set @@global_wsrep_sst_auth=NULL 2014-07-09 11:04:28 -04:00
t MDEV#6399 - Make galera test suite run with --parallel 2014-07-12 18:20:45 -04:00
my.cnf MDEV#6399 - Make galera test suite run with --parallel 2014-07-12 18:20:45 -04:00
README Added MTR support for galera. 2014-02-25 13:13:39 -05:00

* 'wsrep' suite is designated for tests which do not require a multi-node
  galera cluster.

* As these tests are specific to wsrep-related functionalities, they must skip
  on server built without wsrep patch (vanilla). (-DWITH_WSREP=OFF)
  See : include/have_wsrep.inc, include/have_wsrep_enabled.inc, not_wsrep.inc