Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/1034
  
    Fixed all error on `Zeppelin.java`
    
    
    ```try { handleException("Debug 1", new RuntimeException()); } catch 
(Exception e) {};```
    
    now getting errors from `ParagraphIT`
    
    ```
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 88.873 sec 
- in org.apache.zeppelin.integration.ZeppelinIT
    
    Results :
    
    Tests in error: 
      
ParagraphActionsIT.testRemoveButton:149->AbstractZeppelinIT.waitForParagraph:88->AbstractZeppelinIT.pollingWait:114
 » Timeout
      
ParagraphActionsIT.testMoveUpAndDown:186->AbstractZeppelinIT.waitForParagraph:88->AbstractZeppelinIT.pollingWait:114
 » Timeout
      
ParagraphActionsIT.testCreateNewButton:80->AbstractZeppelinIT.waitForParagraph:88->AbstractZeppelinIT.pollingWait:114
 » Timeout
    
    Tests run: 15, Failures: 0, Errors: 3, Skipped: 0
    ```
    
    Here's some experiments about `ParagraphIT` error,
    
    - It passes on my local machine with firefox 31.0 (the same version with 
travis uses)
    - It passes on my travis account, constantly
    - It fails on apache travis account, constantly
    
    And i tried narrow down what cause the error on apache travis account, and 
in case of `ParagraphActionIT.testCreateNewButton`, it opens paragraph's 
setting dropdown menu successfully,
    
    
![image](https://cloud.githubusercontent.com/assets/1540981/16178412/d40dfb72-35fb-11e6-961e-ea37ea4ac15b.png)
    
    And i believe it locates `Inserts New` button and click(), but nothing 
happens and test fails.


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