You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/12/06 04:57:36 UTC

[GitHub] [incubator-kyuubi] cxzl25 commented on issue #3909: [TEST] the new client should work properly when the engine exits unexpectedly *** FAILED ***

cxzl25 commented on issue #3909:
URL: https://github.com/apache/incubator-kyuubi/issues/3909#issuecomment-1338755750

   KyuubiOperationPerUserSuite
   ```scala
     test("the new client should work properly when the engine exits unexpectedly") {
   
           val exitReq = new TExecuteStatementReq()
           // force kill engine without shutdown hook
           exitReq.setStatement("java.lang.Runtime.getRuntime().halt(-1)")
           exitReq.setSessionHandle(handle)
           exitReq.setRunAsync(true)
           client.ExecuteStatement(exitReq)
   ```
   
   In PR #3884 we support scala async.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org