[GitHub] zeppelin pull request #3036: [ZEPPELIN-3554] Flaky test - InterpreterContext...

2018-06-20 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3036


---


[GitHub] zeppelin pull request #3036: [ZEPPELIN-3554] Flaky test - InterpreterContext...

2018-06-19 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request:

https://github.com/apache/zeppelin/pull/3036

[ZEPPELIN-3554] Flaky test - InterpreterContextTest.testThreadLocal

### What is this PR for?
Fix flaky test. See 
[ZEPL-3554](https://issues.apache.org/jira/browse/ZEPPELIN-3554)

### What type of PR is it?
Bug Fix

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3554

### How should this be tested?
* First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed 
behavior
* Outline any manual steps to test the PR here.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Leemoonsoo/zeppelin ZEPPELIN-3554

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/3036.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #3036


commit 87fa07b2e138f4efca2d09f572c350154517fe51
Author: Lee moon soo 
Date:   2018-06-20T01:49:37Z

Clear InterpreterContext before test start




---