mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix a test bug
This commit is contained in:
parent
0923b3cf79
commit
9144409670
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ public abstract class AbstractInterpreterTest {
|
|||
System.setProperty(ZeppelinConfiguration.ConfVars.ZEPPELIN_NOTEBOOK_DIR.getVarName(), notebookDir.getAbsolutePath());
|
||||
|
||||
conf = new ZeppelinConfiguration();
|
||||
conf.setProperty(ZeppelinConfiguration.ConfVars.ZEPPELIN_INTERPRETER_GROUP_ORDER.getVarName(), "test,mock1,mock2,mock_resource_pool");
|
||||
interpreterSettingManager = new InterpreterSettingManager(conf,
|
||||
mock(AngularObjectRegistryListener.class), mock(RemoteInterpreterProcessListener.class), mock(ApplicationEventListener.class));
|
||||
interpreterFactory = new InterpreterFactory(interpreterSettingManager);
|
||||
|
|
|
|||
Loading…
Reference in a new issue