Github user minahlee commented on the issue:

    https://github.com/apache/zeppelin/pull/1475
  
    CI failures looks irrelevant, merging it into master.
    profile 2
    ```
    [32m- 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 530.370455 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 2 seconds, 415 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 ***
    ```
    
    Profile 10
    ```
    Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 108.789 sec 
<<< FAILURE! - in org.apache.zeppelin.integration.ParagraphActionsIT
    testWidth(org.apache.zeppelin.integration.ParagraphActionsIT)  Time 
elapsed: 19.995 sec  <<< FAILURE!
    java.lang.AssertionError: New Width is : 4
    Expected: <true>
         but: was <false>
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.junit.Assert.assertThat(Assert.java:865)
        at org.junit.rules.ErrorCollector$1.call(ErrorCollector.java:65)
        at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:78)
        at org.junit.rules.ErrorCollector.checkThat(ErrorCollector.java:63)
        at 
org.apache.zeppelin.integration.ParagraphActionsIT.testWidth(ParagraphActionsIT.java:314)
    
    testWidth(org.apache.zeppelin.integration.ParagraphActionsIT)  Time 
elapsed: 19.995 sec  <<< FAILURE!
    java.lang.AssertionError: New Width is : 8
    Expected: <true>
         but: was <false>
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.junit.Assert.assertThat(Assert.java:865)
        at org.junit.rules.ErrorCollector$1.call(ErrorCollector.java:65)
        at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:78)
        at org.junit.rules.ErrorCollector.checkThat(ErrorCollector.java:63)
        at 
org.apache.zeppelin.integration.ParagraphActionsIT.testWidth(ParagraphActionsIT.java:314)
    ```


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to