GitHub user prabhjyotsingh opened a pull request:

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

    [ZEPPELIN-1064] Flaky Test - ParagraphActionsIT.testTitleButton

    ### What is this PR for?
    This is fix for test failing in CI
    
    ```
    testTitleButton(org.apache.zeppelin.integration.ParagraphActionsIT)  Time 
elapsed: 11.11 sec  <<< FAILURE!
    java.lang.AssertionError: After Show Title : The title field contains
    Expected: "Untitled"
         but: was ""
        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.testTitleButton(ParagraphActionsIT.java:350)
    ```
    
    ### What type of PR is it?
    [Bug Fix | Test]
    
    ### Todos
    * [x] - add delay before checking the values
    
    ### What is the Jira issue?
    * [ZEPPELIN-1064](https://issues.apache.org/jira/browse/ZEPPELIN-1064)
    
    ### How should this be tested?
    CI should be green
    
    ### Questions:
    * Does the licenses files need update? n/a
    * Is there breaking changes for older versions? n/a
    * Does this needs documentation? n/a
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-1064

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

    https://github.com/apache/zeppelin/pull/1092.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 #1092
    
----
commit 830f34b94f01b09bc5fc256c05830ecef1fc064c
Author: Prabhjyot Singh <prabhjyotsi...@gmail.com>
Date:   2016-06-27T07:38:38Z

    add delay before checking the values

----


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