[ https://issues.apache.org/jira/browse/GEODE-9069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17310911#comment-17310911 ]
ASF GitHub Bot commented on GEODE-9069: --------------------------------------- nonbinaryprogrammer opened a new pull request #6212: URL: https://github.com/apache/geode/pull/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. Thank you for submitting a contribution to Apache Geode. In order to streamline the review of the contribution we ask you to ensure the following steps have been taken: ### For all changes: - [ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message? - [ ] Has your PR been rebased against the latest commit within the target branch (typically `develop`)? - [ ] Is your initial contribution a single, squashed commit? - [ ] Does `gradlew build` run cleanly? - [ ] Have you written or updated unit tests to verify your changes? - [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? ### Note: Please ensure that once the PR is submitted, check Concourse for build issues and submit an update to your PR as soon as possible. If you need help, please send an email to d...@geode.apache.org. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > > {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)