With validating BurnInTest 11.0, Build 1017 have the following issues:
1. Application deadlock following the load of a simple BIT Script file. Happens to work if using the "-R" argument for auto execution.
2. After execution of BurnInTest the "Remaining:" time always reflects the "Start time:".
To reproduce scripting deadlock issue:
1. Install application for C:\BIT\burnin.
2. Create simple BIT Script file with a single line:
LOAD "C:\BIT\burnin\System11.bitcfg"
2.a. Save to C:\BIT\burnin\test.bits
3. Open a Command-Prompt as Administrator.
4. Create a basic BITCFG file by executing BIT.EXE with:
C:\BIT\burnin\BIT.EXE -p C:\BIT\burnin
5. Save configuration to C:\BIT\burnin.
6. Execute BIT with
C:\BIT\burnin\BIT.EXE -p C:\BIT\burnin -S C:\BIT\burnin\test.bits
Note the complete user-interface locked once all of the resources have been gathered.
Attempt to run with logging using
C:\BIT\burnin\BIT.EXE -p C:\BIT\burnin -S C:\BIT\burnin\test.bits -ua
Note the deadlock once all of the system details are successfully gathered.
Note too, this works fine with build 1013 and older versions (5.3, 7, 8, 10, 11 build 1013).
1. Application deadlock following the load of a simple BIT Script file. Happens to work if using the "-R" argument for auto execution.
2. After execution of BurnInTest the "Remaining:" time always reflects the "Start time:".
To reproduce scripting deadlock issue:
1. Install application for C:\BIT\burnin.
2. Create simple BIT Script file with a single line:
LOAD "C:\BIT\burnin\System11.bitcfg"
2.a. Save to C:\BIT\burnin\test.bits
3. Open a Command-Prompt as Administrator.
4. Create a basic BITCFG file by executing BIT.EXE with:
C:\BIT\burnin\BIT.EXE -p C:\BIT\burnin
5. Save configuration to C:\BIT\burnin.
6. Execute BIT with
C:\BIT\burnin\BIT.EXE -p C:\BIT\burnin -S C:\BIT\burnin\test.bits
Note the complete user-interface locked once all of the resources have been gathered.
Attempt to run with logging using
C:\BIT\burnin\BIT.EXE -p C:\BIT\burnin -S C:\BIT\burnin\test.bits -ua
Note the deadlock once all of the system details are successfully gathered.
Note too, this works fine with build 1013 and older versions (5.3, 7, 8, 10, 11 build 1013).
Comment