Announcement

Collapse
No announcement yet.

BurnInTest 9.1 Scripts continue to run after pressing the stop button

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • BurnInTest 9.1 Scripts continue to run after pressing the stop button

    The title of this explains the issue BurnInTest 9.1 Scripts continue to run after pressing the stop button, this behavior was not present in 9.0.
    This is actually stopping us from using 9.1 because the only way to stop the testing is to close BurnInTest.
    I was able to replicate this behavior on build 1000 & 1002

    See example script below

    LOG "START OF TESTING CYCLE"

    LOOP 24
    {
    LOG "HOT CYCLE"
    LOAD "DEFAULT.bitcfg"
    SETDURATION 50
    RUN CONFIG
    LOG "COLD CYCLE"
    SETDURATION 10
    RUN NETWORK
    }
    LOAD "DEFAULT.bitcfg"
    SETDURATION 5
    RUN CONFIG
    LOG "END OF TESTING CYCLE"

  • #2
    Could you send us the DEFAULT.bitcfg file so that we can see what tests are running.

    Comment


    • #3
      David,
      I sent the requested bitcfg file, I have also tried making a few other configs and the behavior still happens.

      Comment


      • #4
        There is an updated BurnInTest build at https://www.passmark.com/downloads/t...tpro_debug.exe that should fix this issue and we will make a new public release available in the next few days.

        Comment

        Working...
        X