Re: [Maria-developers] Please fix: innodb_plugin.innodb_gis fails on 'gcov' builder
Hi Alexey, We have a repeatable failure like this: https://internal.askmonty.org/buildbot/builders/gcov/builds/830/steps/test_1... innodb_plugin.innodb_gis w3 [ fail ] Test ended at 2011-12-14 06:52:31 CURRENT_TEST: innodb_plugin.innodb_gis mysqltest: At line 1: query 'SET storage_engine=innodb' failed: 1286: Unknown table engine 'innodb' The result from queries just before the failure was: SET storage_engine=innodb; - saving '/home/buildbot/buildbot_basedir/perpush-gcov/build/mysql-test/var/3/log/innodb_plugin.innodb_gis/' to '/home/buildbot/buildbot_basedir/perpush-gcov/build/mysql-test/var/log/innodb_plugin.innodb_gis/' It's in GIS, so I assume it is on your turf. Could you please fix this? BR Sergei -- Sergei Petrunia, Software Developer Monty Program AB, http://askmonty.org Blog: http://s.petrunia.net/blog
Sergei Petrunia <psergey@askmonty.org> writes:
We have a repeatable failure like this:
https://internal.askmonty.org/buildbot/builders/gcov/builds/830/steps/test_1... innodb_plugin.innodb_gis w3 [ fail ] Test ended at 2011-12-14 06:52:31
CURRENT_TEST: innodb_plugin.innodb_gis mysqltest: At line 1: query 'SET storage_engine=innodb' failed: 1286: Unknown table engine 'innodb'
The result from queries just before the failure was: SET storage_engine=innodb;
It's probably just missing --source include/have_innodb.inc at the top. - Kristian.
Well there is the --source include/have_innodb_plugin.inc there in the test. The problem is that this checks for 'have innodb or xtradb', and we don't have create table t engine=innodb or xtradb; Will decide something a bit later. Regards HF 14.12.2011 19:03, Kristian Nielsen wrote:
Sergei Petrunia<psergey@askmonty.org> writes:
We have a repeatable failure like this:
https://internal.askmonty.org/buildbot/builders/gcov/builds/830/steps/test_1... innodb_plugin.innodb_gis w3 [ fail ] Test ended at 2011-12-14 06:52:31
CURRENT_TEST: innodb_plugin.innodb_gis mysqltest: At line 1: query 'SET storage_engine=innodb' failed: 1286: Unknown table engine 'innodb'
The result from queries just before the failure was: SET storage_engine=innodb; It's probably just missing
--source include/have_innodb.inc
at the top.
- Kristian.
participants (3)
-
Alexey Botchkov
-
Kristian Nielsen
-
Sergei Petrunia