Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Mar 1, 2021
1 parent 7af3f72 commit 311fce3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class SessionSuite extends KyuubiFunSuite {
test("don't release session if kyuubi.connection.release.onClose is false") {
assert(engine.isAlive())
engine.getConf.set(CONNECTION_RELEASE_ON_CLOSE.key, "false")
withJdbcStatement(engine.connectionUrl) {_ => }
assert(engine.isAlive())
}

Expand Down

0 comments on commit 311fce3

Please # to comment.