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

Stability script: normalize results format #5330

Merged

Commits on Apr 3, 2017

  1. Stability script: normalize results format

    The "check stability" script parses test results into a List of tuples.
    Later operations expect the fourth element to be a (possibly empty) List
    of "messages". While this expectation is satisfied when the instability
    is the result of a subtest's behavior, the parsing operation previously
    violated the contract when interpreting test failures.
    
    Update the parsing logic to provide an empty List in cases where a test
    (rather than a subtest) is the source of instability.
    jugglinmike committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    47dbb42 View commit details
    Browse the repository at this point in the history