[FEATURE] report backtraces and warnings as errors #833
Labels
area:logs
Log and results collection, storage, etc.
False Pass / green failure
P1
Blocker bugs or important features
Is your feature request related to a problem? Please describe.
thesofproject/linux#3362 describes a case where there are at least 3 developers reproducing a problem we have not seen in CI.
This could be due to the fact that 'warnings' are not trapped by our scripts, or that somehow we have not tested in the same condition. I will assume it's the former case for now.
Describe the solution you'd like
We can have different levels:
report backtraces as errors and filter if the issues are not due to SOF
report all warnings and filter if the issues are not due to SOF
Describe alternatives you've considered
I don't see any.
Additional context
Our CI/validation will not be trusted if we end-up polluting the mainline kernel with warnings that are not detected. This is not a drill, we need to fix this.
The text was updated successfully, but these errors were encountered: