[QA] [Code Coverage] Integrate with Team Assignment Pipeline and Add Research and Development Indexes and Cluster#69348
Merged
wayneseymour merged 36 commits intomasterfrom Jun 30, 2020
Merged
Conversation
intro the 2 new indexes.
the pipeline data point is an expando prop.
and fixup broken tests.
Contributor
Author
Contributor
Author
instead of just depending on an env var.
Contributor
Author
Contributor
Author
|
@elasticmachine merge upstream |
enhance err handling, and skip some integration tests (for now).
Contributor
Author
Contributor
|
@elasticmachine merge upstream |
dmlemeshko
reviewed
Jun 25, 2020
Contributor
dmlemeshko
left a comment
There was a problem hiding this comment.
Looks good, several nits
Contributor
Author
What's a nit? :) |
… into code-coverage-r-and-d-indexes
Contributor
Author
Contributor
a trivial detail :) |
|
@elasticmachine merge upstream |
Contributor
Author
brianseeders
approved these changes
Jun 30, 2020
Contributor
brianseeders
left a comment
There was a problem hiding this comment.
Looks good besides the arguments that should be quoted
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 }
build url, per Brian.
Contributor
Author
Contributor
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
LeeDr
approved these changes
Jun 30, 2020
LeeDr
left a comment
There was a problem hiding this comment.
LGTM - I've seen the various parts of this work. Most importantly, the team assignment pipeline
Bamieh
pushed a commit
to Bamieh/kibana
that referenced
this pull request
Jul 1, 2020
…Research and Development Indexes and Cluster (elastic#69348) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jul 1, 2020
…-based-rbac * upstream/master: (38 commits) Move logger configuration integration test to jest (elastic#70378) Changes observability plugin codeowner (elastic#70439) update (elastic#70424) [Logs UI] Avoid CCS-incompatible index name resolution (elastic#70179) Enable "Explore underlying data" actions for Lens visualizations (elastic#70047) Initial work on uptime homepage API (elastic#70135) expressions indexPattern function (elastic#70315) [Discover] Deangularization context error message refactoring (elastic#70090) [Lens] Add "no data" popover (elastic#69147) [Lens] Move chart switcher over (elastic#70182) chore: add missing mjs extension (elastic#70326) [Lens] Multiple y axes (elastic#69911) skip flaky suite (elastic#70386) fix bug to add timeline to case (elastic#70343) [QA][Code Coverage] Drop catchError and use try / catch instead, (elastic#69198) [QA] [Code Coverage] Integrate with Team Assignment Pipeline and Add Research and Development Indexes and Cluster (elastic#69348) [Metrics UI] Add context.reason and alertOnNoData to Inventory alerts (elastic#70260) Resolver refactoring (elastic#70312) [Ingest Manager] Fix agent ack after input format change (elastic#70335) [eslint][ts] Enable prefer-ts-expect-error (elastic#70022) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the pipeline attr to the final payload when indexing to a "coverage" index, not a "totals" index.
Also:
We want 2 additional indexes, for R & D.
This pr allows us to add garbage data to the indexes for research,
w/o disturbing continuity on the "prod" indexes.