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

mcobbett exit immediately when all tests done #298

Merged
merged 7 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Use timer service to wake up outer loop

    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cc4f5bb View commit details
    Browse the repository at this point in the history
  2. run status was never being reported properly for local runs. Only res…

    …ult was being copied over into the reported structure.
    
    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6a72692 View commit details
    Browse the repository at this point in the history
  3. Separate out the time service from the TimedSleeper service

    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e8f1774 View commit details
    Browse the repository at this point in the history
  4. removed some comments

    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cbf56ae View commit details
    Browse the repository at this point in the history
  5. removed some comments

    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9b63c4e View commit details
    Browse the repository at this point in the history
  6. Added a better verision of the test script

    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    073e661 View commit details
    Browse the repository at this point in the history
  7. avoid timing race in waiting for runIds to appear in trace.

    Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
    techcobweb committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    414fa23 View commit details
    Browse the repository at this point in the history