[
https://issues.apache.org/jira/browse/GEODE-3444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135825#comment-16135825
]
ASF subversion and git services commented on GEODE-3444:
--------------------------------------------------------
Commit 04867000f8ad33b34947c35278ad944380ff5f95 in geode's branch
refs/heads/feature/GEODE-3416 from [~eshu]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=0486700 ]
GEODE-3444: remove the redundant method calls.
> 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
> 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
(v6.4.14#64029)