[MCOL-4693] ColumnStore MTR tests: FUNCTION mcs192_db.CORR does not exist Created: 2021-04-22 Updated: 2021-05-27 Resolved: 2021-04-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | mtr |
| Affects Version/s: | 5.6.1, 6.1.1 |
| Fix Version/s: | 5.6.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
When I run mtr without --extern, a number of tests fail with about this output:
When mtr is started without --extern, it installs only the storage engine plugin, but it does not install UDFs. UDFs must be installed manually inside the test file using CREATE FUNCTION and DROP FUNCTION statements. For the purpose of compatibility with --extern, the CREATE FUNCTION and DROP FUNCTION statements should be executed only if the function is not yet installed. The full list of affected tests:
|