Nick Reich created GEODE-3444:
---------------------------------
Summary: 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
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)