Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The tests main.mysql and main.mysql_upgrade fail with our Ubuntu packages.
How to repeat:
- Install mariadb-server and mariadb-test (debs build from http://bazaar.launchpad.net/~maria-captains/maria/5.1-release/
- Run mysql-test-run.pl --force --vardir=$HOME/var main.mysql main.mysql_upgrade
mysqltest: At line 1: Could not open './include/have_working_dns.inc' for reading, errno: 2
Failed to read from '/home/hakan/var/log/mysql_upgrade.log', errno: 22
- saving '/home/hakan/var/log/main.mysql_upgrade/' to '/home/hakan/var/log/main.mysql_upgrade/'
Test has failed 2 times, no more retries!
------------------------------------------------------------
The servers were restarted 2 times
Spent 0.000 of 8 seconds executing testcases
Failed 2/2 tests, 0.00% were successful.
Failing test(s): main.mysql main.mysql_upgrade
The log files in var/log may give you some hint of what went wrong.
Both tests fail due to missing
include/have_working_dns.inc
Please note that include/have_working_dns.inc exists in the bzr repository but is missing in the mariadb-test package. Therefore it is most likely a packaging issue.