You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by bzz <gi...@git.apache.org> on 2016/06/27 07:42:21 UTC

[GitHub] zeppelin issue #1091: [ZEPPELIN-1065] Flaky Test - ParagraphActionsIT.testRe...

Github user bzz commented on the issue:

    https://github.com/apache/zeppelin/pull/1091
  
    @prabhjyotsingh thank you for fixing this one!
    
    What do you think, if would it make sense to reduce total wait time and get this test more stable with a wait polling implementation to locate such elements, instead of explicit wait everywhere?
    
    I.e there are already one for text and paragraph here [AbstractZeppelinIT.waitForText]( https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/AbstractZeppelinIT.java#L99) wich uses [AbstractZeppelinIT.pollingWait](https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/test/java/org/apache/zeppelin/AbstractZeppelinIT.java#L108) underneath.
    
    Would it make sense to add something like `AbstractZeppelinIT.waitAndClick()`?


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