[MDEV-3012] LP:439120 - MariaDB test suite failure (XtraDB) Created: 2009-09-30 Updated: 2012-10-04 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Cafuego (Inactive) | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The "test-force" test suite is returning a few errors on Ubuntu Jaunty. The first one I'd say looks like a string isn't properly initialised, the other one seems to be due to a change in the (default) innodb file format. The first one is main.innodb-index: — mysql-5.1.38-maria-beta1/builddir/mysql-test/r/innodb-index.result 2009-09-30 05:16:25.000000000 +0300 mysqltest: Result length mismatch ... it looks like there is garbage in the innodb_file_format variable. The second one is main.innodb_bug36172: — mysql-5.1.38-maria-beta1/builddir/mysql-test/var/tmp/check-mysqld_1.result 2009-09-30 05:31:49.000000000 +0300 |
| Comments |
| Comment by Sergei Petrunia [ 2009-09-30 ] |
|
Re: MariaDB test suite failure (XtraDB) Could you please provide all commands that you you used for configuration, compilation, and test run? |
| Comment by Arjen Lentz (Inactive) [ 2009-09-30 ] |
|
Re: [Ourdelta-developers] [Bug 439120] Re: MariaDB test suite failure (XtraDB) On 30/09/2009, at 4:39 PM, Sergey Petrunia wrote: See https://code.launchpad.net/~cafuego/ourdelta/ourdelta-mariadb51-2- But do check source before delving into the build foo... I doubt the Cheers, > – – Follow our blog at http://openquery.com/blog/ |
| Comment by Kristian Nielsen [ 2009-09-30 ] |
|
Re: MariaDB test suite failure (XtraDB) https://askmonty.org/buildbot/builders/hardy-amd64-makedist/builds/5/steps/test/logs/stdio This happens because the testsuite tries to run the test with XtraDB disabled and the innodb plugin loaded dynamically. This should not happen, as XtraDB is the only innodb we use in MariaDB (and it includes the innodb plugin). To fix, I disabled the innodb plugin directory completely (renamed plug.in). Fix pushed to lp:~maria-captains/maria/maria-5.1-merge |
| Comment by Arjen Lentz (Inactive) [ 2009-10-15 ] |
|
Re: [Ourdelta-developers] [Bug 439120] Re: MariaDB test suite failure (XtraDB) On 15/10/2009, at 6:27 PM, Yasufumi Kinoshita wrote: To clarify and for the record in case others encounter it - this issue Regards, > – – Follow our blog at http://openquery.com/blog/ |
| Comment by Rasmus Johansson (Inactive) [ 2009-10-30 ] |
|
Launchpad bug id: 439120 |