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

Fix randomly failing framework unit test #17119

Merged
merged 1 commit into from
Jan 6, 2017

Commits on Jan 5, 2017

  1. Fix randomly failing framework unit test

    The test run_global_stream_one.sh includes a test to check that
    when using modules which share a resource that only one module
    runs at a time. Previously, the measurement mechanism also included
    TriggerResults and the source in the timing which could create
    false positives and fail the test. Now the test excludes those
    two from the measurement so the test should never see more than one
    module running at a time.
    Dr15Jones committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e9e0cfa View commit details
    Browse the repository at this point in the history