wForget commented on code in PR #5044:
URL: https://github.com/apache/kyuubi/pull/5044#discussion_r1262354301


##########
kyuubi-server/src/test/scala/org/apache/kyuubi/server/rest/client/BatchCliSuite.scala:
##########
@@ -72,6 +73,27 @@ class BatchCliSuite extends RestClientTestHelper with 
TestPrematureExit with Bat
                          |options:
                          |  verbose: true""".stripMargin
     Files.write(Paths.get(batchFile), 
batch_basic.getBytes(StandardCharsets.UTF_8))
+
+    val long_time_batch_basic = s"""apiVersion: v1

Review Comment:
   The process may not be found during kill due to the process starting too 
fast or too slow, so I add a long-running job.
   cc @turboFei 



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

Reply via email to