[MDEV-715] LP:705217 - Some tests fail with BUILD/compile-pentium64 [PATCH] Created: 2011-01-20 Updated: 2013-08-21 Resolved: 2013-08-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.3.11, 5.2.13, 5.1.66 |
| Fix Version/s: | 5.1.73, 5.2.15, 5.3.13 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hakan Küçükyılmaz (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Environment: |
Ubuntu 10 |
||
| Attachments: |
|
| Description |
|
Some tests fail running binary compiling with BUILD/compile-pentium64 fails on Ubuntu 10.10 x86_64 How to repeat:
Failing test(s): percona.percona_innodb_use_sys_stats_table federated.federated_archive federated.federated_innodb federated.federated_transactions federated.federated federated.federated_bug_13118 federated.federated_bug_25714 federated.federated_bug_32426 The log files in var/log may give you some hint of what went wrong. If you want to report this error, please read first the documentation Errors/warnings were found in logfiles during server shutdown after running the |
| Comments |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2011-01-20 ] |
|
Re: Some tests fail with BUILD/compile-pentium64 |
| Comment by Hakan Küçükyılmaz (Inactive) [ 2011-01-20 ] |
|
Re: Some tests fail with BUILD/compile-pentium64 |
| Comment by Rasmus Johansson (Inactive) [ 2011-01-20 ] |
|
Launchpad bug id: 705217 |
| Comment by Elena Stepanova [ 2012-10-31 ] |
|
Could not build 5.1, 5.2 or 5.3 with BUILD/compile-pentium64 on Ubuntu 11.10, the build fails with some undefined references. |
| Comment by Elena Stepanova [ 2013-01-21 ] |
|
BUILD/compile-pentium64 works on Ubuntu 10.04 (10.10 is not supported anymore), and the problem is still partially reproducible on 5.1-5.3. There is a good reason for that – the script builds server without any InnoDB or Federated. Some tests have engine-related parameters without loose- prefix in their opt files, so server fails to start before MTR finds out that there is no engine and the test is not applicable. Since the bug had been reported, the federated suite was fixed so it's nicely skipped now, but the issue with the percona test still exists, and there are 2 other tests in innodb suite which have the same problem. Not reproducible on 5.5 and 10.0 since there is innodb build even with this script. These versions have other problems though, but they are unrelated to this report. I'm not sure anybody cares about this script, but then again, the fix is primitive and makes sense anyway, having loose- prefix is safer. I can push the fix to 5.1 if it's okay. === modified file 'mysql-test/suite/innodb/t/innodb_bug12400341-master.opt' === modified file 'mysql-test/suite/innodb/t/innodb_bug60049-master.opt' === modified file 'mysql-test/suite/percona/percona_innodb_use_sys_stats_table-master.opt' |