tests: Add placeholder for mysql hotcopy

This commit is contained in:
Jerome Charaoui 2021-01-02 16:50:20 -05:00
parent a1120d4bc4
commit a347f08c6a

View File

@ -26,7 +26,7 @@ finish_mysql() {
}
teardown_mysql() {
rm -rf /var/backups/mysql
cleanup_backups local
}
@test "sqldump: exports all databases, with compression" {
@ -118,3 +118,7 @@ teardown_mysql() {
[ "$(grep -c 'INSERT INTO `cache_entity`' /var/backups/mysql/sqldump/bntest_v11vJj.sql)" -eq 0 ]
[ "$(grep -c 'CREATE TABLE' /var/backups/mysql/sqldump/bntest_v11vJj.sql)" -eq 68 ]
}
@test "hotcopy: exports all databases" {
skip "not implemented, method is deprecated upstream"
}