-
Notifications
You must be signed in to change notification settings - Fork 908
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
Fix the compatibility workflows #2899
Conversation
e38af20
to
883f770
Compare
rerun failure checks |
125aaed
to
c4b67d6
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
@eolivelli could PTAL? If all is good would be good to merge. |
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, I think we should not change the current tests about shaded DL classpath
@@ -59,7 +59,7 @@ public void testProtobufIsShaded() throws Exception { | |||
|
|||
@Test | |||
public void testProtobufShadedPath() throws Exception { | |||
Class.forName("dlshade.com.google.protobuf.Message"); | |||
Class.forName("org.apache.bookkeeper.shaded.com.google.protobuf.Message"); |
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.
Why this? I think there is a duplicate rule for com.google in the build.gradle
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.
Good catch- thanks. Its fixed now.
Tests didn't pass. |
* Fix workflow yaml for compatibility tests * remove duplicate of com.google relocate in build.gradle
Descriptions of the changes in this PR:
Motivation
Compatibility checks workflow wasn't working because there the github workflow.yaml had syntax issues. Also, since it was enabled 1st time, there were build issues with the tests.