Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjunbo committed Apr 3, 2024
1 parent a5cae3b commit a5af690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
**/target/unit-tests.log
**/kyuubi-spark-sql-engine.log*
**/kyuubi-spark-batch-submit.log*
!**/target/tmp/
scala-test:
name: Scala Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ class KyuubiOperationPerConnectionSuite extends WithKyuubiServer with HiveJDBCTe
exitReq.setRunAsync(true)
client.ExecuteStatement(exitReq)

Thread.sleep(5000)
val executeStmtReq = new TExecuteStatementReq()
executeStmtReq.setSessionHandle(handle)
executeStmtReq.setRunAsync(true)
Expand Down

0 comments on commit a5af690

Please sign in to comment.