[MDEV-23974] main.flush_block_commit_notembedded failed on powerpc after 10.5.6 upload to Debian Created: 2020-10-16 Updated: 2023-08-31 Resolved: 2022-03-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.5.6 |
| Fix Version/s: | 10.5.16, 10.6.8, 10.7.4, 10.8.3, 10.9.1 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Otto Kekäläinen | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After uploading MariaDB 10.5.6 I noticed at https://buildd.debian.org/status/package.php?p=mariadb-10.5 the following failure for arch powerpc:
Unfortunately there is no more info available in the log. |
| Comments |
| Comment by Otto Kekäläinen [ 2020-10-16 ] |
|
Filed downstream as https://bugs.debian.org/972350 |
| Comment by Marko Mäkelä [ 2022-03-23 ] |
|
This and a few other tests are executing heavy buffer pool flushing, and the warning is possible on slower systems. I added some suppressions. |
| Comment by Otto Kekäläinen [ 2022-03-24 ] |
|
This is potentially related to |
| Comment by Marko Mäkelä [ 2022-03-24 ] |
|
otto, the only relation that I can identify with A follow-up fix was needed. I was unaware that call mtr.add_suppression() causes something to be written to the binlog. |
| Comment by Otto Kekäläinen [ 2022-03-27 ] |
Yes I meant it, Thanks for the answer, all good. |