-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update Github pull request template to have a task for inspecting failing checks #10751
Update Github pull request template to have a task for inspecting failing checks #10751
Conversation
+1 to this change, but I suspect most people ignore these check boxes, and we already have text that says the same thing. We can highlight that, or maybe find a way to block PRs where the failures haven't been examined? |
Thanks @dblock , I was thinking about making that a maintainers responsibility (or, alternatively, asking for 2 approvals on PR so at least other person crosschecks) |
Compatibility status:Checks if related components are compatible with change 891344c Incompatible componentsSkipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git] |
Gradle Check (Jenkins) Run Completed with:
|
Should be fixed by #10754 |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #10751 +/- ##
============================================
- Coverage 71.20% 71.07% -0.13%
+ Complexity 58611 58527 -84
============================================
Files 4859 4859
Lines 276267 276267
Branches 40189 40189
============================================
- Hits 196709 196356 -353
- Misses 63150 63502 +352
- Partials 16408 16409 +1 |
…ling checks Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
@dblock are you good with that? :-) |
…ling checks (#10751) * Update Github pull request template to have a task for inspecting failing checks Signed-off-by: Andriy Redko <[email protected]> * Add failing builds troubleshooting section to CONTRIBUTING.md Signed-off-by: Andriy Redko <[email protected]> * Address review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit ffe9371) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-1.3
# Create a new branch
git switch --create backport/backport-10751-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ffe9371b38f98a2c9314bb6cfed4f8f224ff085c
# Push it to GitHub
git push --set-upstream origin backport/backport-10751-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-1.3 Then, create a pull request where the |
…ling checks (#10751) * Update Github pull request template to have a task for inspecting failing checks Signed-off-by: Andriy Redko <[email protected]> * Add failing builds troubleshooting section to CONTRIBUTING.md Signed-off-by: Andriy Redko <[email protected]> * Address review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit ffe9371) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ling checks (opensearch-project#10751) * Update Github pull request template to have a task for inspecting failing checks Signed-off-by: Andriy Redko <[email protected]> * Add failing builds troubleshooting section to CONTRIBUTING.md Signed-off-by: Andriy Redko <[email protected]> * Address review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit ffe9371) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ling checks (#10751) (#10793) * Update Github pull request template to have a task for inspecting failing checks * Add failing builds troubleshooting section to CONTRIBUTING.md * Address review comments --------- (cherry picked from commit ffe9371) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ling checks (#10751) (#10794) * Update Github pull request template to have a task for inspecting failing checks * Add failing builds troubleshooting section to CONTRIBUTING.md * Address review comments --------- (cherry picked from commit ffe9371) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ling checks (#10751) (#10792) * Update Github pull request template to have a task for inspecting failing checks * Add failing builds troubleshooting section to CONTRIBUTING.md * Address review comments --------- (cherry picked from commit ffe9371) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ling checks (opensearch-project#10751) * Update Github pull request template to have a task for inspecting failing checks Signed-off-by: Andriy Redko <[email protected]> * Add failing builds troubleshooting section to CONTRIBUTING.md Signed-off-by: Andriy Redko <[email protected]> * Address review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]>
…ling checks (opensearch-project#10751) * Update Github pull request template to have a task for inspecting failing checks Signed-off-by: Andriy Redko <[email protected]> * Add failing builds troubleshooting section to CONTRIBUTING.md Signed-off-by: Andriy Redko <[email protected]> * Address review comments Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
Update Github pull request template to have a task for inspecting failing checks. Since we have not got the consensus on #10371, and this issue does not only persist but gets worst with mostly every new feature integrated, there is an alternative path to tackle the problem making it a part of the process.
The idea is to at least ask every contributor to inspect the failing checks (we are talking about Gradle checks primarily) and make a reference (by commenting) to:
It won't solve the problem of flaky tests going away but at least we may get attention (hopefully engaging more engineers into fixing flaky tests) and we should at least spot a new flaky tests proactively (since right now most people just push or retrigger the checks).
Related Issues
Check List
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.