mariadb/mysql-test/suite/wsrep
Jan Lindström fba683c069 MDEV-17062: Test failure on galera.MW-336
MDEV-17058: Test failure on wsrep.variables
MDEV-17060: Test failure on galera.galera_var_slave_threads

Fix incorrect calculation of increased applier (slave) threads.
Note that increase change takes effect "immediately" but we should
use proper wait condition to wait it. Reducing the number of
slave threads is not immediate as thread will only exit after a
replication event.
2018-09-06 16:05:31 +03:00
..
include MDEV-17062: Test failure on galera.MW-336 2018-09-06 16:05:31 +03:00
r MDEV-17062: Test failure on galera.MW-336 2018-09-06 16:05:31 +03:00
t MDEV-17062: Test failure on galera.MW-336 2018-09-06 16:05:31 +03:00
disabled.def Galera test fixes and add remaining test failures as disabled. 2017-08-18 11:31:03 +03:00
my.cnf Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
README Minor modifications 2014-10-04 13:53:33 -04:00
suite.pm Test cleanup: Remove unnecessary global suppressions 2016-06-27 18:17:03 -04: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