Details
Description
While importing latest MariaDB 10.1.44 and doing test builds before upload to Ubuntu 18.04 I noticed all builds failed at https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.1/+builds?build_text=&build_state=all
disks.disks_notembedded w1 [ fail ]
|
Test ended at 2020-01-29 08:05:53
|
|
CURRENT_TEST: disks.disks_notembedded
|
--- /<<PKGBUILDDIR>>/plugin/disks/mysql-test/disks/disks_notembedded.result 2020-01-25 21:54:37.000000000 +0000
|
+++ /<<PKGBUILDDIR>>/plugin/disks/mysql-test/disks/disks_notembedded.reject 2020-01-29 08:05:52.909814219 +0000
|
@@ -10,6 +10,6 @@
|
GRANT FILE ON *.* TO user1@localhost;
|
select sum(Total) > sum(Available), sum(Total)>sum(Used) from information_schema.disks;
|
sum(Total) > sum(Available) sum(Total)>sum(Used)
|
-1 1
|
+NULL NULL
|
DROP USER user1@localhost;
|
# End of 10.1 tests
|
|
mysqltest: Result length mismatch
|
Since exactly same failure happened on all platforms, it is certainly not a sporadic failure.
I would either need a patch for this failure I can add on top of 10.1.44 sources (at https://salsa.debian.org/mariadb-team/mariadb-10.1/tree/ubuntu-18.04) or somebody to acknowledge that this error is safe to ignore.
Attachments
Issue Links
- blocks
-
MDBF-155 Test running (almost) all tests on all Debian/Ubuntu archs
- Closed