Uh oh!
There was an error while loading. Please reload this page.
ZEPPELIN-992 Move some tests from InterpreterFactoryTest to LazyOpenInterpreterTest - #1002
ZEPPELIN-992 Move some tests from InterpreterFactoryTest to LazyOpenInterpreterTest#1002jongyoul wants to merge 2 commits into
Conversation
jongyoul
commented
Jun 13, 2016
The failures is related to ZEPPELIN-878 |
@jongyoul there are 3 CI failures here: 1 & 2https://s3.amazonaws.com/archive.travis-ci.org/jobs/137185635/log.txt and https://s3.amazonaws.com/archive.travis-ci.org/jobs/137185637/log.txt looks like a timeout on reaching out remote interpreter process. 3https://s3.amazonaws.com/archive.travis-ci.org/jobs/137185641/log.txt It looks like |
jongyoul
commented
Jun 13, 2016
@bzz Thanks for the guide. I'm good at selenium, thus I thought ZeppelinIT.testSparkInterpreterDependencyLoading was related to that issue. I'll look into it but do you know how to reproduce or why it occurs? I re-triggered it and passed all tests. |
| import static org.mockito.Mockito.when; | ||
| /** | ||
| * Created by jl on 6/13/16. |
There was a problem hiding this comment.
It looks like an auto generated comment from some ide.
Could you take care of this comment to not include author?
Looks great to me and CI passes now. Shall we merge this guy? |
…nterpreterTest ### What is this PR for? Moving Interpreter.interpret into LazyOpenInterpreterTest in oder to divide test scope between InterpreterFactoryTest and LazyOpenInterpreter. This is related to #987 a little bit. ### What type of PR is it? [Refactoring] ### Todos * [x] - Divide tests ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-992 ### How should this be tested? Changed only test case ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <jongyoul@gmail.com> Closes#1002 from jongyoul/ZEPPELIN-992 and squashes the following commits: da851da [Jongyoul Lee] Removed author tag 8ef2be3 [Jongyoul Lee] Moved Interpreter.interpret into LazyOpenInterpreterTest
…nterpreterTest ### What is this PR for? Moving Interpreter.interpret into LazyOpenInterpreterTest in oder to divide test scope between InterpreterFactoryTest and LazyOpenInterpreter. This is related to apache#987 a little bit. ### What type of PR is it? [Refactoring] ### Todos * [x] - Divide tests ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-992 ### How should this be tested? Changed only test case ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <jongyoul@gmail.com> Closesapache#1002 from jongyoul/ZEPPELIN-992 and squashes the following commits: da851da [Jongyoul Lee] Removed author tag 8ef2be3 [Jongyoul Lee] Moved Interpreter.interpret into LazyOpenInterpreterTest

What is this PR for?
Moving Interpreter.interpret into LazyOpenInterpreterTest in oder to divide test scope between InterpreterFactoryTest and LazyOpenInterpreter. This is related to #987 a little bit.
What type of PR is it?
[Refactoring]
Todos
What is the Jira issue?
How should this be tested?
Changed only test case
Screenshots (if appropriate)
Questions: