You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/09/06 09:53:42 UTC

[GitHub] [incubator-kyuubi] ulysses-you commented on a change in pull request #1038: [KYUUBI #1031] Implement api: /sessions/count

ulysses-you commented on a change in pull request #1038:
URL: https://github.com/apache/incubator-kyuubi/pull/1038#discussion_r702769331



##########
File path: kyuubi-server/src/test/scala/org/apache/kyuubi/server/RestFrontendServiceSuite.scala
##########
@@ -80,10 +83,41 @@ class RestFrontendServiceSuite extends KyuubiFunSuite{
     server.stop()
   }
 
-  class RestNoopServer extends NoopServer {
+  test("kyuubi rest frontend service sessions resource") {
+    val server = new RestNoopServer()

Review comment:
       shall we add a closure and simplify to `withKyuubiRestServer {}`




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

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