Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not a Bug
-
Affects Version/s: 10.4.14
-
Fix Version/s: 10.4.14
-
Component/s: Tests
-
Labels:
Description
when running:
mysql-test-run.pl --force --timestamp --timediff --parallel=20 --skip-test-list=unstable-tests
When performing post compile testing all version of 10.4.14 and up fail one test with the following error:
CURRENT_TEST: main.plugin_load
|
--- /opt/mysql/src/mariadb-enterprise-10.4.17-10/mysql-test/main/plugin_load.result 2020-12-02 17:01:52.000000000 -0700
|
+++ /opt/mysql/src/mariadb-enterprise-10.4.17-10/mysql-test/main/plugin_load.reject 2020-12-15 07:43:15.600452839 -0700
|
@@ -1,3 +1,4 @@
|
+needs SIMPLE_PARSER plugin
|
SELECT @@global.example_enum_var = 'e2';
|
@@global.example_enum_var = 'e2'
|
1
|
@@ -7,4 +8,3 @@
|
plugin_name plugin_status
|
EXAMPLE ACTIVE
|
daemon_example ACTIVE
|
-simple_parser ACTIVE
|
|
mysqltest: Result length mismatch
|
|
- saving '/opt/mysql/src/mariadb-enterprise-10.4.17-10/build1/mysql-test/var/11/log/main.plugin_load/' to '/opt/mysql/src/mariadb-enterprise-10.4.17-10/build1/mysql-test/var/log/main.plugin_load/'
|
***Warnings generated in error logs during shutdown after running tests: main.plugin_load
|