-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixing Flaky ReactorNetty4StreamingStressIT test case (another attempt) #18193
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
Conversation
❌ Gradle check result for 3492c1a: 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? |
839d233
to
68e0a29
Compare
❕ Gradle check result for 68e0a29: 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18193 +/- ##
============================================
+ Coverage 72.54% 72.61% +0.06%
- Complexity 67234 67278 +44
============================================
Files 5476 5476
Lines 310444 310452 +8
Branches 45120 45123 +3
============================================
+ Hits 225211 225422 +211
+ Misses 66834 66699 -135
+ Partials 18399 18331 -68 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bae251b
to
971373e
Compare
❌ Gradle check result for 076033c: 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? |
Signed-off-by: Andriy Redko <drreta@gmail.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-3.0 3.0
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-3.0
# Create a new branch
git switch --create backport/backport-18193-to-3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b06ccd23e4e4bdde355423d05bcb4b454249cc9a
# Push it to GitHub
git push --set-upstream origin backport/backport-18193-to-3.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-3.0 Then, create a pull request where the |
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-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-18193-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b06ccd23e4e4bdde355423d05bcb4b454249cc9a
# Push it to GitHub
git push --set-upstream origin backport/backport-18193-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19 Then, create a pull request where the |
…t) (opensearch-project#18193) Signed-off-by: Andriy Redko <drreta@gmail.com> (cherry picked from commit b06ccd2)
…t) (opensearch-project#18193) Signed-off-by: Andriy Redko <drreta@gmail.com> (cherry picked from commit b06ccd2)
Description
Fixing Flaky ReactorNetty4StreamingStressIT test case (another attempt)
Related Issues
Closes #15840
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.