Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
8 stars 1 forks source link

Platform interrupts performance tests at random #445

Open wiktormowinski opened 1 month ago

wiktormowinski commented 1 month ago

Device

MinnowBoard Turbot B41

RTE version

-

OSFV version

branch: minnow-update

Affected component(s) or functionality

No response

Brief summary

it is near impossible to go though entire test uninterrupted

How reproducible

theoretically there is a slight chance for the test to PASS but 99% of the time you can reproduce it

How to reproduce

Run any of the ''long'' test cases: -CPF002.001 -CPF004.001 -CPT001.001 -CPT002.001 -STB001.002

Expected behavior

the tests sould pass or at least fail to the tested parameters (for example frequency too high in CPF002.001) and not some random interruption

Actual behavior

there is a chance that during the test It will choke on:

Prompt 'root@3mdeb:/home/ubuntu#' not found in 30 seconds.

and there is nothing you can do

Link to screenshots or logs

CPF002.001.zip

Additional context

No response

Solutions you've tried

No response

wiktormowinski commented 1 month ago

i will try to make the timeout a bit longer so that maybe the slower machine can catch up

wiktormowinski commented 1 month ago

I somehow managed to complete CPF004.001