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] Integrate with Team Assignment Pipeline and Add Research and Development Indexes and Cluster #69348

Merged
merged 36 commits into from
Jun 30, 2020

Commits on Jun 15, 2020

  1. Pass the job name to the code coverage ingestion script,

    intro the 2 new indexes.
    wayneseymour committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    836ac84 View commit details
    Browse the repository at this point in the history
  2. Change the payload such that the

    the pipeline data point is an expando prop.
    wayneseymour committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    5ea498c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    f840641 View commit details
    Browse the repository at this point in the history
  2. Add more constants and more tests,

    and fixup broken tests.
    wayneseymour committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5aa4738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94ad79d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    2c869ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fac507b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ea200 View commit details
    Browse the repository at this point in the history
  4. Minor fixups

    wayneseymour committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3d27e4f View commit details
    Browse the repository at this point in the history
  5. Typo

    wayneseymour committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e17a7de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8ccdca View commit details
    Browse the repository at this point in the history
  7. Change process.js to OR to a moment utc ts,

    instead of just depending on an env var.
    wayneseymour committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    78dcc3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de3d33d View commit details
    Browse the repository at this point in the history
  9. Normalize the logging.

    wayneseymour committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    609eae4 View commit details
    Browse the repository at this point in the history
  10. Fixup err handling.

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

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    78c04c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a610b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cff340 View commit details
    Browse the repository at this point in the history
  4. Fixup logging and

    enhance err handling,
    and skip some integration tests
     (for now).
    wayneseymour committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    fe7607f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf06b4b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'code-coverage-r-and-d-indexes' of github.com:elastic/ki…

    …bana into code-coverage-r-and-d-indexes
    wayneseymour committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4f5f9c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2d1a89 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Button things up by...

    fixing the integ tests by
    a bit of test-only stdout and,
    add another unit test
    wayneseymour committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    e1684a7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/code-coverage-r-and-d-indexes'…

    … into code-coverage-r-and-d-indexes
    wayneseymour committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    0231423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5fe7e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70e29b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e5b3d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    e832818 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    530ad1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23634e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/code-coverage-r-and-d-indexes'…

    … into code-coverage-r-and-d-indexes
    wayneseymour committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    4386e45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36f70c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    85ac883 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1b615 View commit details
    Browse the repository at this point in the history
  3. Add a delay of 100 ms as we are overloading

    the ES queue size.
    Error:
    
    12:14:44  ### Orig Err:
    12:14:44  {
    12:14:44    "root_cause": [
    12:14:44      {
    12:14:44        "type": "es_rejected_execution_exception",
    12:14:44        "reason": "rejected execution of org.elasticsearch.ingest.IngestService$3@373f5932 on EsThreadPoolExecutor[name = instance-0000000015/write, queue capacity = 200, org.elasticsearch.common.util.concurrent.EsThreadPoolExecutor@759beb77[Running, pool size = 2, active threads = 2, queued tasks = 199, completed tasks = 695890]]"
    12:14:44      }
    wayneseymour committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    93939bd View commit details
    Browse the repository at this point in the history
  4. Add single quotes around job name and

    build url, per Brian.
    wayneseymour committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    0f77d09 View commit details
    Browse the repository at this point in the history