cfmcgrady commented on code in PR #2669:
URL: https://github.com/apache/incubator-kyuubi/pull/2669#discussion_r874878489
##########
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:
I think the `JpsApplicationOperation. getApplicationInfoByTag` should make
sure the started JVM application is `org.apache.spark.deploy.SparkSubmit`.
--
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]