ZEPPELIN-440 HiveInterpreter with multiple configuration

- Restored some tests from the beginning
This commit is contained in:
Jongyoul Lee 2015-11-24 14:44:05 +09:00
parent 5fa4fd7182
commit 26160507ce

View file

@ -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