diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-10-05 15:22:23 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-10-05 15:22:23 +0200 |
commit | d64dc0c827fcad9660d6df5370e9eadd1d28a36e (patch) | |
tree | 34fd2a1c093c817835dc99a2c0f994b88f246ebe /mysql-test/t/mysql.test | |
parent | a9e0f792f549442c073af65ebcee1f3ae9dbfd2c (diff) | |
download | mariadb-git-d64dc0c827fcad9660d6df5370e9eadd1d28a36e.tar.gz |
MBug#443092: test cases mysql and mysql_upgrade fails with wildcard DNS
When DNS is not working and returns some address even for non-existing
host names, some test cases fail with wrong error.
Fix by disabling these tests on such systems.
Diffstat (limited to 'mysql-test/t/mysql.test')
-rw-r--r-- | mysql-test/t/mysql.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysql.test b/mysql-test/t/mysql.test index cffa6392fa3..a56229f1c4c 100644 --- a/mysql-test/t/mysql.test +++ b/mysql-test/t/mysql.test @@ -1,3 +1,4 @@ +-- source include/have_working_dns.inc # This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc # |