Announcement

Collapse
No announcement yet.

Burnin and Jenkins

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

  • Burnin and Jenkins

    Hi All,
    I'm trying to run the burnin test via Jenkins .
    The command I was scripting was:
    ./bit.exe -D 1 -C "file.bitcfg" -r -x
    This command works correcly locally but it produces failures when sent remotely via jenkins.
    CPU 3 85.015 Billion PASS 0 No errors Memory (RAM) 0 0 FAIL 1 No operations during test period 2D Graphics 0 0 FAIL 4 Hardware-only DirectDraw object creation not possible 3D Graphics 0 0 FAIL 1 Unknown DirectX error Temperature - - PASS 0 No errors Sound 0 0 FAIL 1 No operations during test period Video Playback 3 46 PASS 0 No errors Serial Port 1 1 1.171 Million PASS 0 No errors Serial Port 2 1 1.183 Million PASS 0 No errors Serial Port 3 1 1.188 Million PASS 0 No errors Serial Port 4 1 1.194 Million PASS 0 No errors Have you any suggestion? Thanks a lot in advance Marco

  • #2
    We've never tested BurnInTest like this, based on a description of how Jenkins works the 3D tests are likely failing as there is no output for them to connect to (and for the video test as well).

    This page suggest there is way to keep a remote desktop connection open constantly (https://stackoverflow.com/questions/...ktop-connectio) however even over remote desktop the 2D/3D tests can have issues.

    As to why the memory test failed you may need to try running the test with trace log set to level 2 to see if there is any more information about what might have caused the error. It may be there is some sort of permission issue as BurnInTest will launch a separate executable for the memory test and it may be this executable is being blocked from launching.
    Last edited by Tim (PassMark); Feb-21-2019, 08:36 PM.

    Comment


    • #3
      .... just to improve the editing


      Hi All,
      I'm trying to run the burnin test via Jenkins .
      The command I was scripting was:
      ./bit.exe -D 1 -C "file.bitcfg" -r -x
      This command works correcly locally but it produces failures when sent remotely via jenkins.

      CPU 3 85.015 Billion PASS 0 No errors
      Memory (RAM) 0 0 FAIL 1 No operations during test period
      2D Graphics 0 0 FAIL 4 Hardware-only DirectDraw object creation not possible
      3D Graphics 0 0 FAIL 1 Unknown DirectX error
      Temperature - - PASS 0 No errors
      Sound 0 0 FAIL 1 No operations during test period
      Video Playback 3 46 PASS 0 No errors
      Serial Port 1 1 1.171 Million PASS 0 No errors
      Serial Port 2 1 1.183 Million PASS 0 No errors
      Serial Port 3 1 1.188 Million PASS 0 No errors
      Serial Port 4 1 1.194 Million PASS 0 No errors


      Have you any suggestion?
      Thanks a lot in advance Marco

      Comment


      • #4
        Thanks a lot Tim! I will try your hints.

        Comment

        Working...
        X