[MDEV-30611] Variable 'innodb_compression_algorithm' can't be set to the value of 'lz4' Created: 2023-02-08 Updated: 2023-02-09 Resolved: 2023-02-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Debian |
| Affects Version/s: | 11.0.0, 10.10, 10.11 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Tuukka Pasanen | Assignee: | Tuukka Pasanen |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Some test with autopkg-test is not working because `lz4` compression provider is not availalble. This is upstream bug for Debian #1030604 |
| Comments |
| Comment by Daniel Black [ 2023-02-08 ] |
|
Looks like just missing the optional plugin package when the test it run. I assumed this was the reason behind https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/33. |
| Comment by Otto Kekäläinen [ 2023-02-09 ] |
|
Daniel is correct. This is also explained in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030604#14 The title of this bug report should be "old autopkgtest from 10.6 does is not compatible with new autopkgtest in 10.11 and thus ALL autopkgtests fail". This is purely a Debian issue and there is no need to track this upstream - this is not a bug in autopkgtests but an issue in the state of what is in the Debian Sid repository. |