Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools: Test: Audio: Mitigate trace flood in process_test.m #9403

Merged

Commits on Aug 26, 2024

  1. Tools: Test: Audio: Mitigate trace flood in process_test.m

    The verbose test trace flood slows down the test to near
    unusable test times due to a lot of text printed to Octave
    console. As result also the SOF CI logs become large.
    
    This patch adds redirect of testbench trace into a temporary
    file instead of standard output in process_test.m. The trace
    content is printed in comp_run.sh to console only if there has
    been an error. To prevent growing /tmp the trace file is
    deleted after test run and possible print to console.
    
    Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
    singalsu committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    27dfdd3 View commit details
    Browse the repository at this point in the history