Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.3(EOL), 10.4(EOL), 10.5, 10.6
-
None
Description
Overlays for the main MTR suite stopped working:
10.3 450c017c |
$ perl ./mtr main-test_sql_discovery.create
|
Logging: ./mtr main-test_sql_discovery.create
|
vardir: /mnt-hd8t/bld/10.3-debug-nightly/mysql-test/var
|
Removing old var directory...
|
Creating var directory '/mnt-hd8t/bld/10.3-debug-nightly/mysql-test/var'...
|
Checking supported features...
|
MariaDB Version 10.3.29-MariaDB-debug
|
- SSL connections supported
|
- binaries are debug compiled
|
- binaries built with wsrep patch
|
Collecting tests...
|
mysql-test-run: *** ERROR: Could not find 'create' in 'main-test_sql_discovery' suite
|
The change was introduced by renaming the main MTR suite folder from t to main:
commit a7abddeffa6a760ce948c2dfb007cdf3f1a369d5
|
Author: Michael Widenius
|
Date: Fri Mar 9 14:05:35 2018 +0200
|
|
Create 'main' test directory and move 't' and 'r' there
|
I'd suggest to move 'main' to suite/ then it won't be special anymore and everything will just work