You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Leemoonsoo <gi...@git.apache.org> on 2018/06/20 01:57:53 UTC

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

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 <mo...@...>
Date:   2018-06-20T01:49:37Z

    Clear InterpreterContext before test start

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] zeppelin issue #3036: [ZEPPELIN-3554] Flaky test - InterpreterContextTest.te...

Posted by zjffdu <gi...@git.apache.org>.
Github user zjffdu commented on the issue:

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


---