From b458c64747aa9e330c4e3443faf80964a63f2dd1 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 12 Feb 2024 11:11:06 +1100 Subject: [PATCH] test dashes in database/username for #558 --- .test/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test/run.sh b/.test/run.sh index af8d5204..449b1af2 100755 --- a/.test/run.sh +++ b/.test/run.sh @@ -713,7 +713,7 @@ fi echo -e "Test: Startup using encryption \n" runandwait -v "${dir}"/encryption_conf/:/etc/mysql/conf.d/:z -v "${dir}"/encryption:/etc/encryption/:z -v "${dir}"/initenc:/docker-entrypoint-initdb.d/:z \ - -e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1 -e MARIADB_DATABASE=bob -e MARIADB_USER=bob -e MARIADB_PASSWORD=hope "${image}" + -e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1 -e MARIADB_DATABASE=123-databasename-456 -e MARIADB_USER=123-username-456 -e MARIADB_PASSWORD=hope "${image}" mariadbclient -u root -e 'SELECT * FROM information_schema.innodb_tablespaces_encryption' || die 'Failed to start container'