apertus-open-source-cinema / axiom-firmware

AXIOM firmware (linux image, gateware and software tools)
GNU General Public License v3.0
171 stars 54 forks source link

Spurious test failures #129

Open rroohhh opened 4 years ago

rroohhh commented 4 years ago

The tests seems to sometimes randomly fail, for example: https://github.com/apertus-open-source-cinema/axiom-beta-firmware/runs/341861432 https://github.com/apertus-open-source-cinema/axiom-beta-firmware/runs/344022234

This could be because some output is not matched by the expect script, maybe because some escape sequences or whitespace is written while getty is printing.

No idea how to really debug this / improve this, maybe we should switch to testing by loggin in over ssh? (see also #130)