Tech Support > Microsoft Windows > Drivers > DTM stress test failing
DTM stress test failing
Posted by yoann@philog.com on February 8th, 2007


Hi,

I'm currently trying to create a submission for an USB wireless modem and
the jobs :

Common scenario stress with IO
Sleep stress with IO

fail immediatly with an error (see below). Same behavior on 3 different
computers (HP, fujitsu, Intel-based).

Is this a known bug ( all QFEs are installed) ?
If so, how can I proceed with my submission ?
If not how can I diagnose and fix the problem ?

ERROR REPORT :

Machine: Build=6000.2
Platform=AMD64
OS=Windows Vista (TM) Ultimate
ServicePack=""
Version=6.0
BuildLab="vista_rtm"
BuildDate=061101-2205
Language=French
Config=n/a

Start: Devices and the System as a whole must continue to function before
and af
ter Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_
Test Version: 1.0.0001
Start: A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
TUID=Scri
ptError!
Error: 0xffffffff, Error 0xffffffff
This is probably a configuration issue. In rare cases it could be a
bug
in the script itself. -> Type mismatch: 'Seed'
File=. Line=0
End: Fail, A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
TUID=
ScriptError!,
Repro=C:\WTT\JobsWorkingDir\Tasks\WTTJobRunEFBA865 9-E572-4353-8B54
-69822B2AC415\cscript.exe (null)

End: Fail, Devices and the System as a whole must continue to function
before an
d after Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_,
Repro=C:\W
TT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54-69822B2AC415\cscript.ex
e (null)

Best regards

Posted by valouflo on March 22nd, 2007


On 8 fév, 17:53, y...@philog.com
<yoannphilog...@discussions.microsoft.com> wrote:
Hi,
I'm testing an USB device and I have the same errors.
Have you solved this problem?


Posted by valouflo on March 26th, 2007


On 22 mar, 12:08, "valouflo" <foulie...@yahoo.fr> wrote:
Hi,
I'm using WDK 6000
I looked in the scripts and it seems that there are problems in
scripts that I'm using: common_scenario_stress_with_io.wsf and
sleep_stress_with_io.wsf.

RandomSeed = FloatFromArg("RandomSeed", RandomSeed);
if(RandomSeed == 0)
{
RandomSeed = Math.random().toPrecision(5);
}
SeedRand(RandomSeed);

The problem is that in my case Math.random().toPrecision(5) return a
string when SeedRand is expected a float.
If I modify the script to return a float, it is correctly executed.

I wonder if it is a bug in the script or if I'm not using the correct
script?


Posted by yoann@philog.com on March 28th, 2007


how could you execute the wrong script ? these scripts are installed by DTM
on the remote computer when the test starts.
Moreover, when you use the modified script, you are notified with an error
indicating that the CRC of the script is not valid. Correct ?

"valouflo" wrote:

Posted by SeReB on June 8th, 2007


Hi,
there is probably some problem with toPrecision() result and implicit
conversion from String to Number. You have to setup Regional settings to
English (United States), so float numbers have "." decimal separator. It
worked for me.

Regards
--
SeReB

"yoann@philog.com" wrote:


Similar Posts