Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohehuhu committed Feb 5, 2024
1 parent 0af9f2a commit defb363
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,13 @@ class AdminResourceSuite extends KyuubiFunSuite with RestFrontendTestHelper {
conf.set(KyuubiConf.GROUP_PROVIDER, "hadoop")

val engine =
new EngineRef(conf.clone, Utils.currentUser, PluginLoader.loadGroupProvider(conf), id, null)
new EngineRef(
conf.clone,
Utils.currentUser,
true,
PluginLoader.loadGroupProvider(conf),
id,
null)

val engineSpace = DiscoveryPaths.makePath(
s"kyuubi_test_${KYUUBI_VERSION}_USER_SPARK_SQL",
Expand Down

0 comments on commit defb363

Please sign in to comment.