I am using Volume filter driver and running WLK 1.6 test suite under unclassified device category.Before it used to pass but now it is failing.what could be the issue.Do i need to apply any filters or erratas?
Please help me.
File a bug and assign it to the developer of the driver. It’s their job to
fix and root cause any logo failure.
On Tue, Dec 11, 2012 at 3:09 AM, wrote:
> I am using Volume filter driver and running WLK 1.6 test suite under
> unclassified device category.Before it used to pass but now it is
> failing.what could be the issue.Do i need to apply any filters or erratas?
> Please help me.
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
xxxxx@rediffmail.com wrote:
I am using Volume filter driver and running WLK 1.6 test suite under unclassified device category.Before it used to pass but now it is failing.what could be the issue.Do i need to apply any filters or erratas?
Please help me.
The DCT logs include extensive information about the exact portion of
the test that failed.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
In the WDK Prepare Client for submission job that is scheduled
automatically I see 3 tasks out of the 12 marked as fail - these are
the Enable AC RTC Wake, Enable DC RTC Wake and the Set RTC wake. These
sub task logs have errors like
cmd /c powercfg -setacvalueindex SCHEME_CURRENT SUB_SLEEP someguid 1
Failed with exit code 1
Most of the tests will run fine, but the Sleep Stress and and Common Scenario
Stress will fail since the machines never wake up from their sleep states.
Any help would be greatly appreciated.
-
Target OS : Windows 2003 SP1
-
Device Under Test: upper volume filter driver
-
Test Category: unclassified.
details of log:
The Execute Task with Commandline
cmd /c powercfg -setacvalueindex SCHEME_CURRENT SUB_SLEEP bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 1
Failed with ExitCode 1
The Execute Task with Commandline
cmd /c powercfg -setdcvalueindex SCHEME_CURRENT SUB_SLEEP bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 1
Failed with ExitCode 1
The Execute Task with Commandline
cmd /c powercfg -setactive SCHEME_CURRENT
Failed with ExitCode 1
Applied filters from : http://msdn.microsoft.com/en-us/library/windows/hardware/gg487530.aspx
I am missing any thing ? One thing what i didnt get tht why controller is running powercfg with a setacvalueindex option for server 2003 as it is not valid but valid for windows 7 for other OS.
Client OS is Server 2003 SP1 and selected “windows server 2003” while submitting the job as there is no sub category like Server 2008 for service packs.