You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:54:21 UTC

[jira] [Closed] (GEODE-3444) Intermittent ClientServerJTADUnitTest failure

     [ https://issues.apache.org/jira/browse/GEODE-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-3444.
--------------------------------

> Intermittent ClientServerJTADUnitTest failure
> ---------------------------------------------
>
>                 Key: GEODE-3444
>                 URL: https://issues.apache.org/jira/browse/GEODE-3444
>             Project: Geode
>          Issue Type: Bug
>          Components: transactions
>            Reporter: Nick Reich
>            Assignee: Eric Shu
>            Priority: Major
>             Fix For: 1.3.0
>
>
> A test in ClientServerJTADUnitTest is failing in an automated test pipeline. I have tried to reproduce the issue locally, but was unsuccessful over five attempts. The wait timeout suggests a possible race condition.
> {code}
> ```org.apache.geode.internal.jta.ClientServerJTADUnitTest > testClientTXStateStubBeforeCompletion FAILED
>     org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in org.apache.geode.internal.jta.ClientServerJTADUnitTest was not fulfilled within 30 seconds.
>         at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:104)
>         at org.awaitility.core.CallableCondition.await(CallableCondition.java:79)
>         at org.awaitility.core.CallableCondition.await(CallableCondition.java:27)
>         at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:809)
>         at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:785)
>         at org.apache.geode.internal.jta.ClientServerJTADUnitTest.testClientTXStateStubBeforeCompletion(ClientServerJTADUnitTest.java:104)```
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)