We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13498fa commit 1eb80efCopy full SHA for 1eb80ef
kyuubi-server/src/test/scala/org/apache/kyuubi/WithKyuubiServerOnYarn.scala
@@ -210,11 +210,4 @@ class KyuubiOperationYarnClusterSuite extends WithKyuubiServerOnYarn with HiveJD
210
assert(exception.getMessage contains "Could not open client transport with JDBC Uri")
211
}
212
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
- }
220
0 commit comments