[MDEV-27160] main.long_unique failed on ppc64el on Ubuntu 21.10 autopkgtest Created: 2021-12-03 Updated: 2021-12-03 Resolved: 2021-12-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | None |
| Fix Version/s: | 10.4.23, 10.5.14, 10.6.6, 10.7.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Otto Kekäläinen | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
While uploading Mariadb 10.5.13 to Ubuntu 21.10 Impish the following failure in autopkgtests (that runs the mtr among others) was noticed on platform ppc64el:
For more details please see https://bugs.launchpad.net/ubuntu/+source/mariadb-10.5/+bug/1951709/comments/5 |
| Comments |
| Comment by Marko Mäkelä [ 2021-12-03 ] | |||||||
|
Could it be simple exceeding the available memory? We got the following happening on AIX:
It feels steep to construct a row of two 60,000,001-byte columns, but the purpose of this test section seems to be to test long BLOB values. The storage engine likely is Aria, because one is not being explicitly specified in the test. The actual memory consumption could be several times the 120MB. And this section of the test will attempt to insert 4 such rows. | |||||||
| Comment by Marko Mäkelä [ 2021-12-03 ] | |||||||
|
I moved the memory-hogging part of the test to a new test main.long_unique_big. |