[MDEV-22834] disks.disks fails on buildbot.mariadb.org Created: 2020-06-08 Updated: 2022-07-31 Resolved: 2022-07-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.1.46, 10.2.33, 10.3.24, 10.4.14 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Vicențiu Ciorbaru | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Vicențiu Ciorbaru [ 2020-06-08 ] | ||||||||||||||||||||||
|
Disks plugin is capped at 2TB size due to field definitions as INT. Changing it to BigInt solves the problem. | ||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2020-10-11 ] | ||||||||||||||||||||||
|
On regular builds and thus on Launchpad disks.disks test does not seem to be run anymore and thus I was able to remove the temporary patch via https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/bde2cf481fa48a0dd85b9ad40e27ad5005ad1122 | ||||||||||||||||||||||
| Comment by Otto Kekäläinen [ 2020-10-12 ] | ||||||||||||||||||||||
|
Tested with an upload to Launchpad where the extended test suite is enabled. Now the test disks.disks ran and failed on all archs:
https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.5/+builds?build_text=&build_state=all | ||||||||||||||||||||||
| Comment by Vicențiu Ciorbaru [ 2021-12-21 ] | ||||||||||||||||||||||
|
Upped priority so that this doesn't get past the next 10.x stable release. | ||||||||||||||||||||||
| Comment by Daniel Black [ 2022-02-11 ] | ||||||||||||||||||||||
|
was fixed in:
Where you going to back port it? | ||||||||||||||||||||||
| Comment by Vicențiu Ciorbaru [ 2022-02-11 ] | ||||||||||||||||||||||
|
I didn't remember I fixed it in 10.5 more than a year ago. If it keeps failing in buildbot.mariadb.org, yes we should back-port it. There's no reason to have a bug present in earlier versions. I do not remember of my reasoning from back then for not doing it. I'll keep the task open and do it soon. Critical should keep it at the top of the list. | ||||||||||||||||||||||
| Comment by Daniel Black [ 2022-07-31 ] | ||||||||||||||||||||||
|
ae3a7d5e4372c4be933c867348d9bc6fca82db24 was the commit in earlier versions |