[ 
https://issues.apache.org/jira/browse/GEODE-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17311637#comment-17311637
 ] 

ASF subversion and git services commented on GEODE-9069:
--------------------------------------------------------

Commit 3c2bf23b850058d7745f9dc4e136b3df75f652c1 in geode's branch 
refs/heads/develop from Hale Bales
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3c2bf23 ]

GEODE-9069: increase timeouts for HExistsDUnitTest (#6212)

the timeout for these DUnit tests were set to 1 second. because these
DUnit tests are run through CI, they can have noisy neighbors that can
cause the condition to time out. This test should not be sensitive to
timing like that because DUnits are not the place for performance
testing.

> CI Failure: org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest > 
> testConcurrentHExists_whileAddingValues FAILED
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9069
>                 URL: https://issues.apache.org/jira/browse/GEODE-9069
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Jens Deppe
>            Assignee: Hale Bales
>            Priority: Major
>              Labels: pull-request-available
>
> {noformat}
> org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest > 
> testConcurrentHExists_whileAddingValues FAILED
> 00:56:20    java.lang.RuntimeException: 
> java.util.concurrent.ExecutionException: 
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as 
> a lambda expression in 
> org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest that uses 
> java.lang.String, java.lang.Stringjava.lang.Integer null within 1 seconds.
> 00:56:20        at 
> org.apache.geode.redis.ConcurrentLoopingThreads.await(ConcurrentLoopingThreads.java:77)
> 00:56:20        at 
> org.apache.geode.redis.ConcurrentLoopingThreads.runInLockstep(ConcurrentLoopingThreads.java:96)
> 00:56:20        at 
> org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest.testConcurrentHExists_whileAddingValues(HExistsDUnitTest.java:121)
> 00:56:20
> 00:56:20        Caused by:
> 00:56:20        java.util.concurrent.ExecutionException: 
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as 
> a lambda expression in 
> org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest that uses 
> java.lang.String, java.lang.Stringjava.lang.Integer null within 1 seconds.
> 00:56:20            at 
> java.util.concurrent.FutureTask.report(FutureTask.java:122)
> 00:56:20            at 
> java.util.concurrent.FutureTask.get(FutureTask.java:205)
> 00:56:20            at 
> org.apache.geode.redis.ConcurrentLoopingThreads.await(ConcurrentLoopingThreads.java:73)
> 00:56:20            ... 2 more
> 00:56:20
> 00:56:20            Caused by:
> 00:56:20            org.awaitility.core.ConditionTimeoutException: Assertion 
> condition defined as a lambda expression in 
> org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest that uses 
> java.lang.String, java.lang.Stringjava.lang.Integer null within 1 seconds.
> 00:56:20                at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
> 00:56:20                at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
> 00:56:20                at 
> org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
> 00:56:20                at 
> org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
> 00:56:20                at 
> org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679)
> 00:56:20                at 
> org.apache.geode.redis.internal.executor.hash.HExistsDUnitTest.lambda$testConcurrentHExists_whileAddingValues$5(HExistsDUnitTest.java:120)
> 00:56:20
> 00:56:20                Caused by:
> 00:56:20                java.util.concurrent.TimeoutException
> 00:56:20                    at 
> java.util.concurrent.FutureTask.get(FutureTask.java:204)
> 00:56:20                    at 
> org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101)
> 00:56:20                    at 
> org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81)
> 00:56:20                    at 
> org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:101)
> 00:56:20                    ... 5 more {noformat}
>  
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0081/test-results/distributedTest/1616666436/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Test report artifacts from this job are available at:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0081/test-artifacts/1616666436/distributedtestfiles-OpenJDK11-1.15.0-build.0081.tgz



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to