Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 29, 2024
1 parent 729b7bf commit 6ae543c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ class KyuubiOperationPerConnectionSuite extends WithKyuubiServer with HiveJDBCTe
assert(errorMsg.contains("java.net.SocketException") ||
errorMsg.contains("org.apache.thrift.transport.TTransportException") ||
errorMsg.contains("connection does not exist") ||
errorMsg.contains(s"Socket for ${SessionHandle(handle)} is closed"))
errorMsg.contains(s"Socket for ${SessionHandle(handle)} is closed") ||
errorMsg.contains("Error submitting query in background, query rejected"))
val elapsedTime = System.currentTimeMillis() - startTime
assert(elapsedTime < 20 * 1000)
eventually(timeout(3.seconds)) {
Expand Down

0 comments on commit 6ae543c

Please sign in to comment.