mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-27791: rocksdb_log_dir test postfix
We can only remove a subdirectory in mtr on an installed instance Example failure previously: CURRENT_TEST: rocksdb.rocksdb_log_dir mysqltest: At line 15: Path '/usr/local/mariadb-10.9.0-linux-systemd-x86_64/mysql-test/var/tmp/1' is not a subdirectory of MYSQLTEST_VARDIR '/usr/local/mariadb-10.9.0-linux-systemd-x86_64/mysql-test/var/1'or MYSQL_TMP_DIR '/usr/local/mariadb-10.9.0-linux-systemd-x86_64/mysql-test/var/tmp/1'
This commit is contained in:
parent
1ac87d6dd4
commit
bea47a6f59
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ DROP DATABASE mysqltest;
|
|||
--list_files $MYSQL_TMP_DIR *LOG
|
||||
|
||||
# Clean up
|
||||
remove_files_wildcard $MYSQL_TMP_DIR *LOG;
|
||||
remove_files_wildcard $MYSQL_TMP_DIR/./ *LOG;
|
||||
|
|
Loading…
Add table
Reference in a new issue