[GitHub] zeppelin pull request #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiT...

2018-06-26 Thread AlexanderShoshin
Github user AlexanderShoshin closed the pull request at: https://github.com/apache/zeppelin/pull/2206 ---

[GitHub] zeppelin issue #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.tes...

2017-06-09 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2206 Can you fix it to fit with current master as well? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] zeppelin issue #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.tes...

2017-06-06 Thread AlexanderShoshin
Github user AlexanderShoshin commented on the issue: https://github.com/apache/zeppelin/pull/2206 @jongyoul it looks like I need to correct my unit tests due last changes in master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.tes...

2017-06-05 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2206 @AlexanderShoshin Can you rebase it from current master? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] zeppelin issue #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.tes...

2017-04-27 Thread AlexanderShoshin
Github user AlexanderShoshin commented on the issue: https://github.com/apache/zeppelin/pull/2206 Hi @jongyoul, I've added a test for my changes but it won't run until we restore second Travis job which should start all core tests. I will write when the test will be able to

[GitHub] zeppelin issue #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.tes...

2017-04-06 Thread AlexanderShoshin
Github user AlexanderShoshin commented on the issue: https://github.com/apache/zeppelin/pull/2206 Sure, I'll do it. But first I need to make some refactoring of `Note.java` class in separate PR. We need to be able to add a custom `Paragraph` to `Note`. This will allow to use a

[GitHub] zeppelin issue #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.tes...

2017-04-01 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2206 Can you make a test in case OUTPUT_UPDATE_ALL is passed after job is done? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] zeppelin pull request #2206: [ZEPPELIN-1856] Flaky Test: InterpreterRestApiT...

2017-03-30 Thread AlexanderShoshin
GitHub user AlexanderShoshin opened a pull request: https://github.com/apache/zeppelin/pull/2206 [ZEPPELIN-1856] Flaky Test: InterpreterRestApiTest.testRestartInterpreterPerNote ### What is this PR for? A _NullPointerException_ occurs occasionally

Re: ZEPPELIN-1856

2017-02-07 Thread moon soo Lee
TE events as well? > > Regards, > Alexander > > -Original Message- > From: moon soo Lee [mailto:m...@apache.org] > Sent: Tuesday, February 07, 2017 8:28 AM > To: dev@zeppelin.apache.org > Subject: Re: ZEPPELIN-1856 > > onOutputClear() method is connected with

RE: ZEPPELIN-1856

2017-02-07 Thread Alexander Shoshin
interpreter. Should we ignore latecomer OUTPUT_APPEND and OUTPUT_UPDATE events as well? Regards, Alexander -Original Message- From: moon soo Lee [mailto:m...@apache.org] Sent: Tuesday, February 07, 2017 8:28 AM To: dev@zeppelin.apache.org Subject: Re: ZEPPELIN-1856 onOutputClear

Re: ZEPPELIN-1856

2017-02-06 Thread moon soo Lee
HED status we will come in > situation where we always clear an empty 'Paragraph.results'. Does it make > sense? > > Regards, > Alexander > > -Original Message- > From: moon soo Lee [mailto:m...@apache.org] > Sent: Saturday, February 04, 2017 4:30 AM > To: d

RE: ZEPPELIN-1856

2017-02-06 Thread Alexander Shoshin
To: dev@zeppelin.apache.org Subject: Re: ZEPPELIN-1856 Hi, Thanks for working on issue ZEPPELIN-1856. I think removing 'note.clearParagraphOutput(paragraphId);' from 'onOutputClear()' is not the best solution, because without the line 'onOutputClear()' does not do anything useful

Re: ZEPPELIN-1856

2017-02-03 Thread moon soo Lee
Hi, Thanks for working on issue ZEPPELIN-1856. I think removing 'note.clearParagraphOutput(paragraphId);' from 'onOutputClear()' is not the best solution, because without the line 'onOutputClear()' does not do anything useful. InterpreterContext is constructed before call

ZEPPELIN-1856

2017-02-03 Thread Alexander Shoshin
Hi, I'm working on issue https://issues.apache.org/jira/browse/ZEPPELIN-1856 and I found that we receive a NullPointerException sometimes because a paragraph result is cleared twice when we run a job. First Paragraph.result is cleared just before running RemoteInterpreter.interpret

Re: [jira] [Created] (ZEPPELIN-1856 de la vie de a a ) Flaky Test: InterpreterRestApiTest.testRestartInterpreterPerNote

2016-12-23 Thread Bruno Bonnin
Le ven. 23 déc. 2016 à 17:48, Hoon Park (JIRA) <j...@apache.org> a écrit : > Hoon Park created ZEPPELIN-1856: > > --- > > > > Summary: Flaky Test: > InterpreterRestApiTest.testRestartInterpreterPerNote > >

[jira] [Created] (ZEPPELIN-1856) Flaky Test: InterpreterRestApiTest.testRestartInterpreterPerNote

2016-12-23 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-1856: --- Summary: Flaky Test: InterpreterRestApiTest.testRestartInterpreterPerNote Key: ZEPPELIN-1856 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1856 Project: Zeppelin