RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 838013 - [whql][viostor]Job 155 BDE WLK Test failed in windows 2012 guest via HCK
Summary: [whql][viostor]Job 155 BDE WLK Test failed in windows 2012 guest via HCK
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: virtio-win
Version: 6.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Vadim Rozenfeld
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-07-06 06:40 UTC by Min Deng
Modified: 2013-07-01 05:38 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-01-05 06:19:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Min Deng 2012-07-06 06:40:22 UTC
Description of problem:
The job named BDE WLK Test failed on windows 2012 via HCK
Version-Release number of selected component (if applicable):
virtio-win-prewhql-0.1-29
How reproducible:
Always,
Steps to Reproduce:
1.Boot up guest with the following CLI
  /usr/libexec/qemu-kvm -m 6G -smp 4 -cpu cpu64-rhel6,+x2apic -usb -device usb-tablet -drive file=win2012.raw,format=raw,if=none,id=drive-ide0-0-0,werror=stop,rerror=stop,cache=none -device virtio-blk-pci,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 -netdev tap,sndbuf=0,id=hostnet0,script=/etc/qemu-ifup,downscript=no -device e1000,netdev=hostnet0,mac=00:13:15:21:3f:41 -uuid 7606f87e-35e2-42ab-a4e6-a4835c8bfee0 -no-kvm-pit-reinjection -chardev socket,id=111a,path=/tmp/monitor-win2012,server,nowait -mon chardev=111a,mode=readline -rtc base=localtime,clock=host,driftfix=slew -vnc :1 -bios /usr/share/seabios/bios-pm.bin
2.QE left 8G disk space beforehand while installing OS 
3.Go to device manager and format it to four disks (with virtio block driver installed)
4.submit jobs on HCK 
  
Actual results:
The job can pass

Expected results:
The job always failed

Additional info:
An piece of error logs,
  Failed 
 Start Test 7/6/2012 1:14:14.004 PM BdeWlkTestBeforeRestart::BdeWlkTDataVolumeTest 
WexProperty 7/6/2012 1:14:14.004 PM Architecture WexValue x64 
 
WexProperty 7/6/2012 1:14:14.004 PM OriginalName WexValue C:\WLK\JobsWorkingDir\Tasks\WTTJobRunA9CFA2F7-B2D1-40AA-83D0-7AC27A3D05C0\bdewlktest.dll 
 
WexProperty 7/6/2012 1:14:14.004 PM TaefTestType WexValue Native 
 
WexProperty 7/6/2012 1:14:14.004 PM OriginalName WexValue BdeWlkTestBeforeRestart 
 
WexProperty 7/6/2012 1:14:14.004 PM OriginalName WexValue BdeWlkTestBeforeRestart::BdeWlkTDataVolumeTest 
 
End Test 7/6/2012 1:14:14.004 PM BdeWlkTestBeforeRestart::BdeWlkTDataVolumeTest 
Result:   Fail

Comment 1 Vadim Rozenfeld 2012-07-25 08:40:41 UTC
Hi Min,
Could you please attach the entire log file?

Thank you,
Vadim.

Comment 3 Mike Cao 2013-01-05 06:19:24 UTC
After researching this job need to meet following requirement.
1.The Test must be run in a unique pci (virtio-scsi-pci or virtio-blk-pci)
1.The partition count is not more than three
2.Need to keep some unallocated size (eg: you data disk have 20GB size , format it as 10GB size)


So change step3 to format it as 1 partition w/ 4GB (and remain 4 GB unallocated size ) should make the job work


Note You need to log in before you can comment on or make changes to this bug.