Bug 1427389

Summary: test cases of qemu-iotests failed
Product: Red Hat Enterprise Linux 7 Reporter: Ping Li <pingl>
Component: qemu-kvm-rhevAssignee: Hanna Czenczek <hreitz>
Status: CLOSED DUPLICATE QA Contact: Ping Li <pingl>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.4CC: aliang, chayang, coli, hachen, hreitz, jen, juzhang, knoel, michen, ngu, shuang, virt-maint, xutian, xuwei
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-10 18:16:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1431530, 1436473    
Attachments:
Description Flags
log for qcow2 test on rhev7.4
none
log for raw test on rhev7.4
none
log for vmdk test on rhev7.4
none
log for vhdx test on rhev7.4 none

Description Ping Li 2017-02-28 04:42:01 UTC
Description of problem:
test cases of qemu-iotests failed for qcow2: 030 041 051 055 056 071 099 118 138 139 142 147 155 172
test cases of qemu-iotests failed for raw: 055 081 093 118 136 148
test cases of qemu-iotests failed for vmdk: 059 099 118 120 147 157
test cases of qemu-iotests failed for vhdx: 099 118 120 147 157

Version-Release number of selected component (if applicable):
qemu-kvm-rhev-2.8.0-5.el7
kernel-3.10.0-576.el7

How reproducible:
2/2

Steps to Reproduce:
1. #brew download-build --rpm qemu-kvm-rhev-2.8.0-5.el7.src.rpm
2. #rpm -ivhf qemu-kvm-rhev-2.8.0-5.el7.src.rpm && rpmbuild -bp /root/rpmbuild/SPECS/qemu-kvm.spec --nodeps --force
3. #cd /root/rpmbuild/BUILD/qemu-2.8.0/
4. for qcow2/vmdk/vhdx:
    #./configure
   for raw:
    #./configure && make tests/qemu-iotests/socket_scm_helper
5. #export QEMU_PROG=/usr/libexec/qemu-kvm
6. #cd tests/qemu-iotests
7. #./check -$diskformat(qcow2/vhdx/vmdk/raw)

Actual results:
Cases failed

Expected results:
All case passed except not run

Additional info:

Comment 2 Ping Li 2017-02-28 04:43:13 UTC
Created attachment 1258265 [details]
log for qcow2 test on rhev7.4

Comment 3 Ping Li 2017-02-28 04:43:45 UTC
Created attachment 1258266 [details]
log for raw test on rhev7.4

Comment 4 Ping Li 2017-02-28 04:44:17 UTC
Created attachment 1258267 [details]
log for vmdk test on rhev7.4

Comment 5 Ping Li 2017-02-28 04:44:56 UTC
Created attachment 1258268 [details]
log for vhdx test on rhev7.4

Comment 9 Hanna Czenczek 2017-03-10 18:16:02 UTC
Hi,

I think this is a duplicate of BZ 1331279, so I'm closing it as one. The only difference is the version the issue was reported for, but BZ 1331279 has been moved to 7.4 now, too. Please correct me if I'm wrong, though.

Besides that, I think that just as in BZ 1427176 the use of --force for rpmbuild is not correct and results in false failures.


Max

*** This bug has been marked as a duplicate of bug 1331279 ***