Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL)
-
None
Description
It seems that when the Debian reproducibility framework runs with a modified environment (weird locale, time etc) the test main.events_2 always fails.
main.events_2 w3 [ fail ]
|
Test ended at 2017-01-18 15:28:26
|
|
CURRENT_TEST: main.events_2
|
mysqltest: At line 18: query 'drop event e_26' failed: 1539: Unknown event 'e_26'
|
|
The result from queries just before the failure was:
|
drop database if exists events_test;
|
create database events_test;
|
use events_test;
|
create event e_26 on schedule at '2017-01-01 00:00:00' disable do set @a = 5;
|
Warnings:
|
Note 1588 Event execution time is in the past and ON COMPLETION NOT PRESERVE is set. The event was dropped immediately after creation.
|
select db, name, body, definer, convert_tz(execute_at, 'UTC', 'SYSTEM'), on_completion from mysql.event;
|
db name body definer convert_tz(execute_at, 'UTC', 'SYSTEM') on_completion
|
drop event e_26;
|
|
- saving '/build/mariadb-10.0-10.0.22/builddir/mysql-test/var/3/log/main.events_2/' to '/build/mariadb-10.0-10.0.22/builddir/mysql-test/var/log/main.events_2/'
|
|
Retrying test main.events_2, attempt(2/3)...
|
See full log at https://reproducible.debian.net/logs/unstable/amd64/mariadb-10.0_10.0.22-4.build2.log.gz
Interestingly this fail seems to be limited to amd64 as the equivalent second comparison build on arm passes fully: https://reproducible.debian.net/logs/unstable/armhf/mariadb-10.0_10.0.22-3.build2.log.gz
MariaDB reproducible builds overview page: https://reproducible.debian.net/rb-pkg/unstable/amd64/mariadb-10.0.html