mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-440 HiveInterpreter with multiple configuration
- Restored some tests from the beginning
This commit is contained in:
parent
5fa4fd7182
commit
26160507ce
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ public class NotebookTest implements JobListenerFactory{
|
|||
p2.setText("%mock2 hello world");
|
||||
note.run(p2.getId());
|
||||
while(p2.isTerminated()==false || p2.getResult()==null) Thread.yield();
|
||||
assertEquals("repl2: hello world", p2.getResult().message());
|
||||
assertEquals("repl2: hello world", p2.getResult().message());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Reference in a new issue