You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by minahlee <gi...@git.apache.org> on 2016/08/04 05:32:27 UTC

[GitHub] zeppelin issue #1274: [HOTFIX][ZEPPELIN-1240] Part 2. Removed interpreter pr...

Github user minahlee commented on the issue:

    https://github.com/apache/zeppelin/pull/1274
  
    Tested and looks good to me. Merge if there is no more discussion
    
    FYI, there are test failure in 3 build profiles, and all of them seems irrelevant to this PR. Here are the logs of test failure:
    
    Profile#1
    ```
    [ERROR] Failed to execute goal on project zeppelin-livy: Could not resolve dependencies for project org.apache.zeppelin:zeppelin-livy:jar:0.6.1-SNAPSHOT: Could not transfer artifact org.apache.httpcomponents:httpclient:jar:4.3.4 from/to central (http://repo.maven.apache.org/maven2): GET request of: org/apache/httpcomponents/httpclient/4.3.4/httpclient-4.3.4.jar from central failed: Connection reset -> [Help 1]
    ```
    
    Profile#2
    ```
    testClose(org.apache.zeppelin.python.PythonInterpreterTest)  Time elapsed: 0.517 sec  <<< FAILURE!
    java.lang.AssertionError: null
    	at org.junit.Assert.fail(Assert.java:86)
    	at org.junit.Assert.assertTrue(Assert.java:41)
    	at org.junit.Assert.assertFalse(Assert.java:64)
    	at org.junit.Assert.assertFalse(Assert.java:74)
    	at org.apache.zeppelin.python.PythonInterpreterTest.testClose(PythonInterpreterTest.java:170)
    
    
    Results :
    
    Failed tests: 
      PythonInterpreterTest.testClose:170 null
    
    Tests run: 5, Failures: 1, Errors: 0, Skipped: 0
    ```
    
    Profile#3
    ```
    Run starting. Expected test count is: 18
    AngularModelTest:
    AngularModel
    SLF4J: Class path contains multiple SLF4J bindings.
    SLF4J: Found binding in [jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/zeppelin-interpreter-0.6.1-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in [jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in [jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
    SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
    - should able to create AngularObject
    AngularModel
    - should able to update AngularObject
    AngularModel
    - should able to remove AngularObject
    AngularModelTest:
    AngularModel
    - should able to create AngularObject
    AngularModel
    - should able to update AngularObject
    AngularModel
    - should able to remove AngularObject
    AngularElemTest:
    AngularElem
    - should provide onclick method *** FAILED ***
      The code passed to eventually never returned normally. Attempted 1 times over 160.87031 milliseconds. Last failure message: 0 was not equal to 1. (AbstractAngularElemTest.scala:72)
    AngularElem
    - should print angular display directive only once in a paragraph
    AngularElem
    - should bind angularObject to ng-model directive
    AngularElem
    - should able to disassociate AngularObjects
    AngularElem
    - should allow access to InterpreterContext inside of callback function
    AngularElem
    - should able to be created from implicit conversion
    AngularElemTest:
    AngularElem
    - should provide onclick method
    AngularElem
    - should print angular display directive only once in a paragraph
    AngularElem
    - should bind angularObject to ng-model directive
    AngularElem
    - should able to disassociate AngularObjects
    AngularElem
    - should allow access to InterpreterContext inside of callback function
    AngularElem
    - should able to be created from implicit conversion
    Run completed in 659 milliseconds.
    Total number of tests run: 18
    Suites: completed 5, aborted 0
    Tests: succeeded 17, failed 1, canceled 0, ignored 0, pending 0
    *** 1 TEST FAILED ***
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---