ZEPPELIN-1063: fix PythonInterpreter flaky test#1134
Closed
bzz wants to merge 3 commits into
Closed
Conversation
Member
Author
|
Should fix build on master and #1100 |
b0b3f32 to
3529fe5
Compare
Member
Author
|
Rebased on latest master, waiting CI to finish and merging as a HOTFIX |
Member
Author
|
CI fails with something strange, never seen before re-triggerin, to see if it's reproducable |
|
|
||
| assertTrue(serverIsListeningOn(py4jPort)); | ||
| pythonInterpreter.close(); | ||
| TimeUnit.SECONDS.sleep(1); |
Member
There was a problem hiding this comment.
this might be too short for slow Travis CI runs?
Member
|
LGTM seems like CI passed. |
Member
Author
|
Reviews addressed in 65698d2, waiting for CI now |
Member
Author
|
CI is green, merging if there is no more discussion |
PhilippGrulich
pushed a commit
to SWC-SENSE/zeppelin
that referenced
this pull request
Aug 8, 2016
### What is this PR for? fix flaky `PythonInterpreter.testClose()` test ### What type of PR is it? Hot Fix ### What is the Jira issue? [ZEPPELIN-1063](https://issues.apache.org/jira/browse/ZEPPELIN-1063) ### How should this be tested? CI should pass ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Alexander Bezzubov <bzz@apache.org> Closes apache#1134 from bzz/ZEPPELIN-1063/python/add-retrys and squashes the following commits: 65698d2 [Alexander Bezzubov] Reduce 😴 time in python interpreter unit-test 1be7732 [Alexander Bezzubov] Adding timeout for py4j gateway to have time to shutdown 3529fe5 [Alexander Bezzubov] fix PythonInterpreterTest.testClose() test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
fix flaky
PythonInterpreter.testClose()testWhat type of PR is it?
Hot Fix
What is the Jira issue?
ZEPPELIN-1063
How should this be tested?
CI should pass
Questions: