turboFei commented on code in PR #2669:
URL: https://github.com/apache/incubator-kyuubi/pull/2669#discussion_r874854697
##########
kyuubi-server/src/test/scala/org/apache/kyuubi/engine/JpsApplicationOperationSuite.scala:
##########
@@ -81,16 +81,18 @@ class JpsApplicationOperationSuite extends KyuubiFunSuite {
assert(desc1.contains("id"))
assert(desc1("name").contains(id))
assert(desc1("state") === "RUNNING")
+ val response = jps.killApplicationByTag(id)
Review Comment:
thanks for the comments @cxzl25
cc @cfmcgrady
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]