Skip to content

Commit 1eb80ef

Browse files
committed
Remove test
1 parent 13498fa commit 1eb80ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

kyuubi-server/src/test/scala/org/apache/kyuubi/WithKyuubiServerOnYarn.scala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,4 @@ class KyuubiOperationYarnClusterSuite extends WithKyuubiServerOnYarn with HiveJD
210210
assert(exception.getMessage contains "Could not open client transport with JDBC Uri")
211211
}
212212
}
213-
214-
test("last application state is UNKNOWN if engine connection fail") {
215-
val batchId = UUID.randomUUID().toString
216-
// TODO Simulate connection fail
217-
assert(sessionManager.getBatchMetadata(batchId).map(_.state).contains("ERROR"))
218-
assert(sessionManager.getBatchMetadata(batchId).map(_.appState).contains("UNKNOWN"))
219-
}
220213
}

0 commit comments

Comments
 (0)