-
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
Add 2.9.1 to BWC and known versions #8923
Conversation
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #8923 +/- ##
============================================
+ Coverage 70.78% 70.81% +0.03%
- Complexity 57326 57328 +2
============================================
Files 4745 4745
Lines 271063 271064 +1
Branches 39981 39981
============================================
+ Hits 191862 191950 +88
+ Misses 62770 62606 -164
- Partials 16431 16508 +77
|
Thanks @reta ! |
@reta Does this need to go to |
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-main main
# Navigate to the new working tree
pushd ../.worktrees/backport-main
# Create a new branch
git switch --create backport/backport-8923-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 212dba457d6b2d540694e040a0485529d6e52e12
# Push it to GitHub
git push --set-upstream origin backport/backport-8923-to-main
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-main Then, create a pull request where the |
Yes! Doing just that |
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 212dba4)
…arch-project#8929) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 212dba4)
…arch-project#8929) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 212dba4) Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…arch-project#8929) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 212dba4) Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
…arch-project#8929) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 212dba4) Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
Fix broken BWC tests after #8897
Related Issues
N/A
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.