turboFei commented on code in PR #2669:
URL: https://github.com/apache/incubator-kyuubi/pull/2669#discussion_r874438446
##########
kyuubi-server/src/test/scala/org/apache/kyuubi/engine/JpsApplicationOperationSuite.scala:
##########
@@ -81,12 +81,11 @@ class JpsApplicationOperationSuite extends KyuubiFunSuite {
assert(desc1.contains("id"))
assert(desc1("name").contains(id))
assert(desc1("state") === "RUNNING")
+ val response = jps.killApplicationByTag(id)
+ assert(response._1, response._2)
+ assert(response._2 startsWith "Succeeded to terminate:")
}
- val response = jps.killApplicationByTag(id)
- assert(response._1, response._2)
- assert(response._2 startsWith "Succeeded to terminate:")
-
val desc2 = jps.getApplicationInfoByTag(id)
Review Comment:
thanks, make sense
--
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]