[MDEV-19387] sys_vars.innodb_ft_result_cache_limit_32 fails on s390x Created: 2019-05-03 Updated: 2019-05-10 Resolved: 2019-05-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.25, 10.1.41, 10.3.15, 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This is the only test that does source include/have_32bit.inc. And the latter uses @@version_compile_machine like '%64%' which, apparently, works incorrectly on s390x. Fix:
See, for example, suite/sys_vars/t/sysvars_innodb.test |
| Comments |
| Comment by Otto Kekäläinen [ 2019-05-03 ] | |||||||||||||||||
|
All builds made from commit https://salsa.debian.org/mariadb-team/mariadb-10.1/commit/f0256238130cb7f3cdb3c711940a036673502566 (branch "stretch") passed at https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.1/+builds?build_text=&build_state=all One s390x builds made from commit https://salsa.debian.org/mariadb-team/mariadb-10.1/commit/516a8e1ca92828cff78a450365d08a7764546e5d (branch "ubuntu-18.04") failed at https://launchpadlibrarian.net/422045160/buildlog_ubuntu-bionic-s390x.mariadb-10.1_1%3A10.1.39-0ubuntu0.18.04.1~ubuntu18.04.1~1556873841.516a8e1ca9_BUILDING.txt.gz with
| |||||||||||||||||
| Comment by Otto Kekäläinen [ 2019-05-03 ] | |||||||||||||||||
|
The "stretch" branch has the build suite disabled, so no wonder the build passed.. | |||||||||||||||||
| Comment by Otto Kekäläinen [ 2019-05-03 ] | |||||||||||||||||
|
Fixed for Ubuntu 18.04 upload via https://salsa.debian.org/mariadb-team/mariadb-10.1/commit/07ba361c4b3d2243bb9344feb78e2e24006975df by simply disabling the test again. |