This commit is contained in:
Kent Yao 2020-12-28 16:02:46 +08:00 committed by Kent Yao
parent 067d01a6f7
commit 3eb47c7546

View File

@ -40,6 +40,12 @@ class FrontendServiceSuite extends KyuubiFunSuite {
val user: String = System.getProperty("user.name")
override def afterAll(): Unit = {
server.stop()
super.afterAll()
}
protected def withThriftClient(f: TCLIService.Iface => Unit): Unit = {
val hostAndPort = server.connectionUrl.split(":")
val host = hostAndPort.head