-
Notifications
You must be signed in to change notification settings - Fork 902
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
[improve][tests] Backwards compat tests: added new versions, pulsar upgrade cases, read check from old server #3981
Conversation
@@ -55,13 +55,25 @@ class TestCompatUpgrade { | |||
|
|||
try { | |||
def ledger0 = currentRunningBK.createLedger(2, 2, | |||
currentRunningCL.digestType("CRC32"), |
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.
can we make digest type CRC32C
which a default value for bk and other projects like pulsar.
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.
@rdhabalia done
CI doesn't run these test for the reason unknown:
|
Adding
to the backwards compat modules makes mvn find the test but there are missing dependencies and/or some conflicts in the runtime that I haven't figured out |
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.
Great work
rerun failure checks |
BookKeeper CI / Backward compatibility tests (pull_request) Failed for: Error: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on project backward-compat-current-server-old-clients: No tests were executed! (Set -DfailIfNoTests=false to ignore this error.) -> [Help 1] |
8f641d2
to
7dd0fe3
Compare
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.
LGTM, good work @dlg99
…pgrade cases, read check from old server (apache#3981) * Backwards compat tests: added new versions, pulsar upgrade cases, read check from old server * upgrade tests with crc32c * Fail integration tests if no tests found
Descriptions of the changes in this PR:
Expanded backwards-compat tests
Motivation
On pulsar slack @rdhabalia reported BK-related errors during upgrade.
Changes
Backwards compat tests: