mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Fixed test failure that ended with "There is no group named 'mysqld.10' that can be used to resolve 'port' for test"
mysql-test/lib/My/ConfigFactory.pm: Added test name to error output mysql-test/mysql-test-run.pl: Added testname as part of ConfigFactory for better error message mysql-test/suite/rpl/t/rpl_test_framework.cnf: Added space after # to ensure that ConfigFactory treat comments as comments
This commit is contained in:
@@ -3826,6 +3826,7 @@ sub run_testcase ($$) {
|
||||
# Generate new config file from template
|
||||
$config= My::ConfigFactory->new_config
|
||||
( {
|
||||
testname => $tinfo->{name},
|
||||
basedir => $basedir,
|
||||
testdir => $glob_mysql_test_dir,
|
||||
template_path => $tinfo->{template_path},
|
||||
|
Reference in New Issue
Block a user