[MDEV-22020] spider/bugfix.return_found_rows_update wrongly depends on /etc/mysql contents Created: 2020-03-24 Updated: 2020-03-31 Resolved: 2020-03-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider, Tests |
| Affects Version/s: | 10.4, 10.5 |
| Fix Version/s: | 10.4.13, 10.5.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
A Spider test wrongly depends on the contents of /etc/mysql/mariadb.conf.d. On my Debian GNU/Linux Sid (unstable) system, I had files in that directory installed by the following packages:
The two files /etc/mysql/mariadb.conf.d/50-client.cnf and /etc/mysql/mariadb.conf.d/50-mysql-clients.cnf include the setting
which affects the test result. Side note: I will need the following fix in order to be able to compile Spider using clang++-10. It would fail due to {{ -Wsometimes-uninitialized}}:
The test fails for me with the following result difference:
If I purge the packages from Debian, then the test would pass. |