Add a link to the flakey test dev guide.#4872
Add a link to the flakey test dev guide.#4872dblock merged 3 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
b418ec0 to
844722d
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4872 +/- ##
============================================
+ Coverage 70.83% 70.86% +0.03%
- Complexity 57884 57946 +62
============================================
Files 4689 4689
Lines 276913 276913
Branches 40301 40301
============================================
+ Hits 196141 196247 +106
+ Misses 64499 64430 -69
+ Partials 16273 16236 -37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
|
Again |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-4872-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 67a29dff7a1f72abf7295360bd541d1cd0155f73
# Push it to GitHub
git push --set-upstream origin backport/backport-4872-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.xThen, create a pull request where the |
|
@dblock please add this to 1.x and 1.3 as well. Thanks. |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.x 1.x
# Navigate to the new working tree
cd .worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-4872-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 67a29dff7a1f72abf7295360bd541d1cd0155f73
# Push it to GitHub
git push --set-upstream origin backport/backport-4872-to-1.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.xThen, create a pull request where the |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.3 1.3
# Navigate to the new working tree
cd .worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-4872-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 67a29dff7a1f72abf7295360bd541d1cd0155f73
# Push it to GitHub
git push --set-upstream origin backport/backport-4872-to-1.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.3Then, create a pull request where the |
Will do. I think I want to edit this a bit on main first. |
Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com> Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
Signed-off-by: Daniel (dB.) Doubrovkine dblock@amazon.com
Description
Added some text to help the contributor with next steps on CI failures.
Issues Resolved
Closes #4871.
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.