-
Notifications
You must be signed in to change notification settings - Fork 962
[backward tests] add BookKeeper 4.14.4 #2997
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
[backward tests] add BookKeeper 4.14.4 #2997
Conversation
|
@eolivelli @dlg99 @pkumar-singh it would make sense to add this task to the release process |
|
run failure checks |
1 similar comment
|
run failure checks |
eolivelli
left a comment
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.
We didn't change the wire protocol in 4.14.4 so there is no hurry to update these values.
BTW the patch LGTM
|
run failure checks |
|
run failure checks |
|
@nicoloboschi sorry for late reply, |
### Motivation BK 4.14.4 has been released and we should test it in the upgrade tests Note: for the sake of test performance, we test the upgrades only for the latest releases of each minor release ### Changes * Replaced BK 4.14.3 with 4.14.4 Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Andrey Yegorov <None> This closes apache#2997 from nicoloboschi/tests/add-bk-4144-backward-compat
### Motivation BK 4.14.4 has been released and we should test it in the upgrade tests Note: for the sake of test performance, we test the upgrades only for the latest releases of each minor release ### Changes * Replaced BK 4.14.3 with 4.14.4 Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Andrey Yegorov <None> This closes apache#2997 from nicoloboschi/tests/add-bk-4144-backward-compat
Motivation
BK 4.14.4 has been released and we should test it in the upgrade tests
Note: for the sake of test performance, we test the upgrades only for the latest releases of each minor release
Changes