nit
This commit is contained in:
parent
067d01a6f7
commit
3eb47c7546
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user