pan3793 commented on a change in pull request #1119:
URL: https://github.com/apache/incubator-kyuubi/pull/1119#discussion_r710906714



##########
File path: 
kyuubi-server/src/test/scala/org/apache/kyuubi/engine/spark/SparkProcessBuilderSuite.scala
##########
@@ -225,6 +226,17 @@ class SparkProcessBuilderSuite extends 
KerberizedTestHelper {
     val b2 = new SparkProcessBuilder("test", conf)
     assert(b2.mainResource.getOrElse("") != jarPath.toString)
   }
+
+  test("test kill application") {
+    val config = KyuubiConf()
+    val pb = new FakeSparkProcessBuilder(config)
+    val regex = Pattern.compile("application_\\d+_\\d+")

Review comment:
       Use `APPLICATION_REGEX`




-- 
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]


Reply via email to