[ https://issues.apache.org/jira/browse/GEODE-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16129119#comment-16129119 ]
ASF subversion and git services commented on GEODE-3444: -------------------------------------------------------- Commit 9b7dd54d6b6798553cffe417344041d1a27918e7 in geode's branch refs/heads/develop from [~eshu] [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=9b7dd54 ] GEODE-3444: Release the locks held when beforeCompletion failed with CommitConflictException > 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 > > 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 (v6.4.14#64029)