Bug 17 - mariadb 10.3 build failed by an disk test case for ppc64le
Summary: mariadb 10.3 build failed by an disk test case for ppc64le
Status: CONFIRMED
Alias: None
Product: Circle Linux SIG
Classification: Circle
Component: Core (show other bugs)
Version: Circle Linux 8
Hardware: All Linux
: --- enhancement
Assignee: James Xie
URL:
Depends on:
Blocks:
 
Reported: 2022-04-28 11:01 CST by Bella Zhang
Modified: 2022-04-28 11:01 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bella Zhang 2022-04-28 11:01:12 CST
Hi devs

https://koji.cclinux.org/koji/taskinfo?taskID=156954

Mariadb 10.3 said an test failed while build check section.

------------------------------------------------------------------------
disks.disks                              w1 [ fail ]
        Test ended at 2022-04-27 22:38:50
CURRENT_TEST: disks.disks
--- /builddir/build/BUILD/mariadb-10.3.32/plugin/disks/mysql-test/disks/disks.result    2021-11-06 03:01:42.000000000 +0800
+++ /builddir/build/BUILD/mariadb-10.3.32/plugin/disks/mysql-test/disks/disks.reject    2022-04-27 22:38:50.660000000 +0800
@@ -9,4 +9,4 @@
 ) ENGINE=MEMORY DEFAULT CHARSET=utf8
 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
mysqltest: Result length mismatch
 - saving '/builddir/build/BUILD/mariadb-10.3.32/mysql-test/var/1/log/disks.disks/' to '/builddir/build/BUILD/mariadb-10.3.32/mysql-test/var/log/disks.disks/'
-----------------------------------------------------------------------------

that only on ppc64le building , x86 and arm both ok. please check.