-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Adding a "meta issue" template #12148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CEHENKLE Thanks for building this up - give us a baseline quality on our meta issues that will be easy for the community to engage with and if we do see meta issues that can be improved, this is a straight forward way to improve an existing issue by recreating it with this template.
Compatibility status:Checks if related components are compatible with change a7d64d5 Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/flow-framework.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer.git] |
@CEHENKLE Looks like you had some changes that aren't signed off with the DCO, can you updated these? |
D'oh! I'll fix it Monday, thanks :) |
Signed-off-by: CEHENKLE <[email protected]>
Signed-off-by: CEHENKLE <[email protected]>
Signed-off-by: CEHENKLE <[email protected]>
Signed-off-by: CEHENKLE <[email protected]>
Signed-off-by: CEHENKLE <[email protected]>
❌ Gradle check result for 5f3da48: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Gradle check failure is from known flaky test #9191
|
❌ Gradle check result for 5f3da48: Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 5f3da48: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❕ Gradle check result for a7d64d5: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #12148 +/- ##
============================================
+ Coverage 71.36% 71.46% +0.09%
- Complexity 59643 59700 +57
============================================
Files 4954 4954
Lines 280695 280712 +17
Branches 40780 40783 +3
============================================
+ Hits 200319 200608 +289
+ Misses 63688 63448 -240
+ Partials 16688 16656 -32 ☔ View full report in Codecov by Sentry. |
Signed-off-by: CEHENKLE <[email protected]> Co-authored-by: Andrew Ross <[email protected]>
Signed-off-by: CEHENKLE <[email protected]> Co-authored-by: Andrew Ross <[email protected]>
Signed-off-by: CEHENKLE <[email protected]> Co-authored-by: Andrew Ross <[email protected]>
Signed-off-by: CEHENKLE <[email protected]> Co-authored-by: Andrew Ross <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
During the 3/31 OpenSearch triage, we noticed that we had several meta issues that didn't have enough details for someone who wasn't working on the project to understand what was trying to be accomplished.
This template attempts to capture the conversation around "goodness" of a meta ticket here: https://opensearch.slack.com/archives/C05L60S4UBT/p1706720978192339
Related Issues
No related issue
Check List
New functionality includes testing.All tests passNew functionality has been documented.New functionality has javadoc addedCommit changes are listed out in CHANGELOG.md file (See: Changelog)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.