Github user ravwojdyla commented on the issue:

    https://github.com/apache/zeppelin/pull/1471
  
    The tests are failing for:
    
    ```
    Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 119.221 sec 
<<< FAILURE! - in org.apache.zeppelin.integration.ParagraphActionsIT
    testWidth(org.apache.zeppelin.integration.ParagraphActionsIT)  Time 
elapsed: 21.445 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: 21.445 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)
    ```
    
    I can't see the connection of those with this PR.


---
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