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

test: enable marking of failing coverage tests #25671

Closed
wants to merge 6 commits into from

Commits on Jan 23, 2019

  1. test: enable marking of failing coverage tests

    Enable marking of coverage tests so that we can
    allow some tests to fail without blocking the generation
    of coverage data. This will later allow us to
    fail the coverage job if other kinds of errors occur and
    to capture which tests we believe are not running properly
    with coverage enabled.
    mhdawson committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    2a45db5 View commit details
    Browse the repository at this point in the history
  2. squash: allow FAIL and CRASH to avoid yellow

    Allow FAIL and CRASH to avoid yellow, otherwise
    if we added to regular CI run we'd have perma-yellow
    mhdawson committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    58013ef View commit details
    Browse the repository at this point in the history
  3. squash: allow new tests to pass until ci job added

    Allow new tests to fail until we get a ci job added
    to the main regression job so that comits don't break
    coverage that have to be fixed later on.
    mhdawson committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    9d0c898 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. squash: address comments

    mhdawson committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    c27dd17 View commit details
    Browse the repository at this point in the history
  2. squash: address comments

    mhdawson committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a48bc9f View commit details
    Browse the repository at this point in the history
  3. squash: address comments

    mhdawson committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f7b5b67 View commit details
    Browse the repository at this point in the history