[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2018-01-11 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
Thanks @weand merge it


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2018-01-11 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
@weand Travis build issue has been fixed, could you retrigger the build of 
this PR ?


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2018-01-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
Sorry @weand there's one critical issue in travis build, will come back 
after fixing that issue. Feel free to ping me in case I forget. 


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2018-01-04 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
@zjffdu As this fixes a regression from 
[ZEPPELIN-3013](https://issues.apache.org/jira/browse/ZEPPELIN-3013) would you 
mind helping here out?


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-22 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
Don't get the Selenium tests running properly.

Instead of the error from Travis CI, I face other errors, that number of 
python processes is wrong.

```
21:05:52,088  INFO org.apache.zeppelin.CommandExecutor:46 - Sending command 
"bash -c ps aux | grep 'zeppelin_ipython' | grep -v 'grep' | wc -l" to localhost
21:05:52,290  INFO org.apache.zeppelin.CommandExecutor:46 - Sending command 
"bash -c ps aux | grep 'zeppelin/interpreter/python/*' | sed -E 
'/grep|local-repo/d' | wc -l" to localhost
21:05:56,226  INFO org.apache.zeppelin.CommandExecutor:46 - Sending command 
"bash -c ../bin/zeppelin-daemon.sh restart" to localhost
Tests run: 11, Failures: 11, Errors: 0, Skipped: 0, Time elapsed: 471.138 
sec <<< FAILURE! - in org.apache.zeppelin.integration.InterpreterModeActionsIT

testPerUserIsolatedAction(org.apache.zeppelin.integration.InterpreterModeActionsIT)
  Time elapsed: 186.266 sec  <<< FAILURE!
java.lang.AssertionError: The number of python process is
Expected: "1"
 but: was "0"
at org.hamcrest
```

I already have ipython + jupyter installed. Also Firefox 31 with Auto 
Update disabled.

When starting zeppelin and a python notebook (created by the tests) 
manually, I get proper results inside Web GUI. I also see various zeppelin 
processes via ps aux. But the grep pipes used in the test doesn't cover them.

Could anyone please assist, who can run the test properly. @soralee ?


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-21 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
If you see this failed test consistently, I would suspect it may due to 
this PR. Because I didn't see this failed test consistently in other PRs. 


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-21 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
This time it failed here:

org.apache.zeppelin.integration.InterpreterModeActionsIT.testPerUserIsolatedAction(InterpreterModeActionsIT.java:729)

the last time it failed at another line - 660:

org.apache.zeppelin.integration.InterpreterModeActionsIT.testPerUserIsolatedAction(InterpreterModeActionsIT.java:660)

this seems quite flaky. Can not see, why the changes here break this test. 
Do you have any idea?


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-21 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
close and reopen PR does NOT trigger the CI.

now merged latest master again, and awaiting test results.


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-20 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
What's the result of your rerun ? I don't see this test fails frequently in 
other PRs. 


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-20 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
@zjffdu can u confirm it's a flaky test?


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-20 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
you can close and reopen this PR to trigger CI


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-19 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 164.418 sec 
<<< FAILURE! - in org.apache.zeppelin.integration.InterpreterModeActionsIT

seems to be a flaky test, see log 
[here](https://travis-ci.org/weand/zeppelin/jobs/318812306)


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-19 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
how can I retrigger CI? 


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2017-12-18 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
@weand CI still fails, but very probably it is flaky test, but could you 
retrigger the CI ? I'd like make sure these failed test is not caused by this 
PR before merging. 


---