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 e91377c commit 7af3f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +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")
assert(!engine.isAlive())
assert(engine.isAlive())
}

protected def withJdbcStatement(
Expand Down

0 comments on commit 7af3f72

Please # to comment.