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

avocado-instrumented: Simplify implementation of status messages #5709

Merged
merged 1 commit into from
Jun 26, 2023

Commits on Jun 22, 2023

  1. avocado-instrumented: Simplify implementation of status messages

    avocado-instrumented tests send periodic "runnning" messages if no other
    events are occurring.  The implementation of this is quite convoluted,
    involving two variables with very long, but nonetheless cryptic names.
    
    Replace this with a simplified implementation, using a single variable to
    indicate when the next running message should be sent
    
    Signed-off-by: David Gibson <[email protected]>
    dgibson committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    9a09ef8 View commit details
    Browse the repository at this point in the history