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

[QA][Code Coverage] Drop catchError and use try / catch instead, #69198

Merged
merged 9 commits into from
Jun 30, 2020

Commits on Jun 15, 2020

  1. Drop catchError and use try / catch instead,

    to fail the build on test run and / or ingestion.
    wayneseymour committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    448bab6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into fail-build-on…

    …-coverage-ingestion-error
    wayneseymour committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    cd19c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a679685 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:elastic/kibana into fail-build-on…

    …-coverage-ingestion-error
    wayneseymour committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    4e82409 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    3de6b3a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fail-build-on-coverage-ingestion-error' of github.com:e…

    …lastic/kibana into fail-build-on-coverage-ingestion-error
    wayneseymour committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    452918d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:elastic/kibana into fail-build-on…

    …-coverage-ingestion-error
    wayneseymour committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    ee446ed View commit details
    Browse the repository at this point in the history
  4. Drop fake error

    wayneseymour committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    8d70c7d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Drop using try / catch directly and instead,

    update handleFail fn to not slack notifiy
    if the build is unstable, per Brian S.
    wayneseymour committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    3c9c99f View commit details
    Browse the repository at this point in the history