[ https://issues.apache.org/jira/browse/GEODE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830395#comment-15830395 ]
ASF GitHub Bot commented on GEODE-2313: --------------------------------------- GitHub user jaredjstewart opened a pull request: https://github.com/apache/geode/pull/347 GEODE-2313: Fix PulseDataExportTest You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaredjstewart/geode GEODE-2313 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/347.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 #347 ---- commit 3ab780401e6a9e5557ecc4716a5b616bcb8ad39e Author: Jared Stewart <jstew...@pivotal.io> Date: 2017-01-18T22:13:48Z GEODE-2313: Fix PulseDataExportTest ---- > PulseDataExportTest.dataBrowserExportWorksAsExpected fails with > ConditionTimeoutException > ----------------------------------------------------------------------------------------- > > Key: GEODE-2313 > URL: https://issues.apache.org/jira/browse/GEODE-2313 > Project: Geode > Issue Type: Bug > Components: pulse, tests > Reporter: Kirk Lund > Assignee: Jared Stewart > > {noformat} > org.apache.geode.tools.pulse.tests.PulseDataExportTest > > dataBrowserExportWorksAsExpected FAILED > com.jayway.awaitility.core.ConditionTimeoutException: Condition with > lambda expression in org.apache.geode.tools.pulse.tests.PulseDataExportTest > was not fulfilled within 2 minutes. > at > com.jayway.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:122) > at > com.jayway.awaitility.core.CallableCondition.await(CallableCondition.java:79) > at > com.jayway.awaitility.core.CallableCondition.await(CallableCondition.java:27) > at > com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:764) > at > com.jayway.awaitility.core.ConditionFactory.until(ConditionFactory.java:741) > at > org.apache.geode.tools.pulse.tests.PulseDataExportTest.before(PulseDataExportTest.java:99) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)