Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-6281] Add Unit Tests for LivyVersion Class - #5029
Conversation
Uh oh!
There was an error while loading. Please reload this page.
| import org.junit.jupiter.api.Test; | ||
| import static org.junit.jupiter.api.Assertions.*; |
There was a problem hiding this comment.
Could you update this to avoid the wildcard import and use explicit imports for the Assertions methods being used?
There was a problem hiding this comment.
Thanks for pointing that out!! I'll update the code to remove the wildcard and explicitly import only the Assertions methods that are used in the test.
ParkGyeongTae
left a comment
There was a problem hiding this comment.
Please make the minor changes I commented on.
…s in LivyVersionTest
celinayk
commented
Aug 19, 2025
Done. Thank you! |
Reamer
left a comment
There was a problem hiding this comment.
Just a minor thing, everthing else looks good
Uh oh!
There was an error while loading. Please reload this page.
Reamer
commented
Aug 20, 2025
There are several checkstyle errors. |
celinayk
commented
Aug 20, 2025
Thank you for your feedback ! |
Uh oh!
There was an error while loading. Please reload this page.
### What is this PR for? This PR adds a comprehensive suite of unit tests for the LivyVersion class. The LivyVersion class is critical for ensuring Zeppelin's compatibility with various versions of the Livy server. ### What type of PR is it? Test ### Todos * [x] Add LivyVersionTest.java with comprehensive test cases. * [x] Ensure all tests pass with the existing LivyVersion implementation. ### What is the Jira issue? [ZEPPELIN-6281](https://issues.apache.org/jira/browse/ZEPPELIN-6281) ### How should this be tested? ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes#5029 from celinayk/ZEPPELIN-6281. Signed-off-by: ParkGyeongTae <gyeongtae@apache.org>
ParkGyeongTae
commented
Aug 22, 2025
Merged into master and branch-0.12 |
What is this PR for?
This PR adds a comprehensive suite of unit tests for the LivyVersion class. The LivyVersion class is critical for ensuring Zeppelin's compatibility with various versions of the Livy server.
What type of PR is it?
Test
Todos
What is the Jira issue?
ZEPPELIN-6281
How should this be tested?
Screenshots (if appropriate)
Questions: