-
Notifications
You must be signed in to change notification settings - Fork 938
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
[KYUUBI #2008] Support engine type and subdomain in kyuubi-ctl #2009
Conversation
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
// scalastyle:off println | ||
println(logAppender.loggingEvents) | ||
println("------") | ||
println(searchString) | ||
// scalastyle:on println |
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.
Shall we remove those debug println
?
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.
Sorry , I added it when I improved ut locally and forgot to remove it.
Codecov Report
@@ Coverage Diff @@
## master #2009 +/- ##
============================================
- Coverage 60.57% 60.56% -0.01%
Complexity 69 69
============================================
Files 305 305
Lines 14878 14900 +22
Branches 1925 1927 +2
============================================
+ Hits 9012 9024 +12
- Misses 5096 5105 +9
- Partials 770 771 +1
Continue to review full report at Codecov.
|
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. @yaooqinn Please help to merge.
thanks, merging to master |
### _Why are the changes needed?_ Introduced engine type and subdomain, kyuubi-ctl does not support managing engine. Add two engine-related parameters(--engine-type --engine-subdomain). apache#2008 ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes apache#2009 from cxzl25/KYUUBI-2008. Closes apache#2008 213a8d9 [sychen] remove println c3895b2 [sychen] fix style fa1e899 [sychen] fix ut 302ae75 [sychen] support engine type and subdomain Authored-by: sychen <sychen@trip.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org>
Why are the changes needed?
Introduced engine type and subdomain, kyuubi-ctl does not support managing engine.
Add two engine-related parameters(--engine-type --engine-subdomain).
#2008
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request