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 2017/09/29 10:59:47 UTC

[GitHub] zeppelin pull request #2603: [ZEPPELIN-2962] Fix CI fail on selenium test pr...

GitHub user Leemoonsoo opened a pull request:

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

    [ZEPPELIN-2962] Fix CI fail on selenium test profile

    ### What is this PR for?
    CI is failing on selenium test profile.
    This hot fix tries to fix it.
    
    ### What type of PR is it?
    Hot Fix
    
    ### Todos
    * [x] - Fix selenium test
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2962
    
    ### How should this be tested?
    CI becomes green
    
    ### 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 make_ci_green

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

    https://github.com/apache/zeppelin/pull/2603.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 #2603
    
----
commit 63f115788ae582ffcbc5f4f1510a674ec232bbf1
Author: Lee moon soo <mo...@apache.org>
Date:   2017-09-29T04:25:38Z

    make pip quiet

commit 6f9326af2ce2b894ae6efaba570210e5a1a2c265
Author: Lee moon soo <mo...@apache.org>
Date:   2017-09-29T09:28:10Z

    comment out extensions

commit 3d818c3c509f6da5b87dc0a04a80c7107ea8fe07
Author: Lee moon soo <mo...@apache.org>
Date:   2017-09-29T09:34:40Z

    comment issue number

----


---

[GitHub] zeppelin pull request #2603: [ZEPPELIN-2962] Fix CI fail on selenium test pr...

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

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


---

[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

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

    https://github.com/apache/zeppelin/pull/2603
  
    @zjffdu Ah yes. the same issue.


---

[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

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

    https://github.com/apache/zeppelin/pull/2603
  
    While selenium test fails on every pullrequest, i'm merging this as a hot fix.


---

[GitHub] zeppelin issue #2603: [ZEPPELIN-2962] Fix CI fail on selenium test profile

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

    https://github.com/apache/zeppelin/pull/2603
  
    @Leemoonsoo Is this fix for [ZEPPELIN-2927](https://issues.apache.org/jira/browse/ZEPPELIN-2927) ?


---