# # This test checks that qpress compression works with mariabackup # Initial SST happens via mariabackup, so there is not much to do in the body # of the test # --source include/big_test.inc --source include/galera_cluster.inc --source include/have_innodb.inc --source include/have_mariabackup.inc --source include/have_qpress.inc SELECT 1; --let $wait_condition = SELECT VARIABLE_VALUE = 2 FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_cluster_size'; --source include/wait_condition.inc # Confirm that transfer was compressed using qpress algorithm --let $assert_text = Compressed qpress files found --let $assert_select = Compressed qpress files found --let $assert_count = 1 --let $assert_file = $MYSQLTEST_VARDIR/log/mysqld.2.err --let $assert_only_after = CURRENT_TEST --source include/assert_grep.inc