You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Sarah Abbey (Jira)" <ji...@apache.org> on 2021/04/01 15:12:00 UTC

[jira] [Commented] (GEODE-9070) CI Failure: ClientServerSessionCacheDUnitTest > addServerToExistingClusterCreatesSessionRegion

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

Sarah Abbey commented on GEODE-9070:
------------------------------------

Notes from duplicate ticket:

 
{code:java}
org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest > preCreatedRegionIsNotCopiedToNewlyStartedServers FAILED
org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest$$Lambda$52/487544699.run in VM 1 running on Host a1dde695db62 with 4 VMs
at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
at org.apache.geode.test.dunit.VM.invoke(VM.java:448)
at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.preCreatedRegionIsNotCopiedToNewlyStartedServers(ClientServerSessionCacheDUnitTest.java:144)
Caused by:
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest
Expected size: 1 but was: 0 in:
[] within 5 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679)
at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.lambda$preCreatedRegionIsNotCopiedToNewlyStartedServers$bb17a952$1(ClientServerSessionCacheDUnitTest.java:144)
Caused by:
java.lang.AssertionError:
Expected size: 1 but was: 0 in:
[]
at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.validateBootstrapped(ClientServerSessionCacheDUnitTest.java:258)
This issue seems to be specific to the method validateBootstrapped(). In this method we attempt to verify that the BootstrappingFunction is being registered as a Listener within the Distribution Manager (which is a part of setting up the ClientServerSessionCache) however in some situations it seems that we are unable to verify this. This issue does not seem to reproduce locally.
{code}
 

> CI Failure: ClientServerSessionCacheDUnitTest > addServerToExistingClusterCreatesSessionRegion
> ----------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9070
>                 URL: https://issues.apache.org/jira/browse/GEODE-9070
>             Project: Geode
>          Issue Type: Bug
>          Components: ci, http session
>            Reporter: Jens Deppe
>            Assignee: Benjamin P Ross
>            Priority: Major
>              Labels: pull-request-available
>
> {noformat}
>  org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest > addServerToExistingClusterCreatesSessionRegion FAILED
> 00:47:45    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest$$Lambda$84/1299235653.run in VM 1 running on Host 51208612ea94 with 4 VMs
> 00:47:45        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
> 00:47:45        at org.apache.geode.test.dunit.VM.invoke(VM.java:448)
> 00:47:45        at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.addServerToExistingClusterCreatesSessionRegion(ClientServerSessionCacheDUnitTest.java:100)
> 00:47:45
> 00:47:45        Caused by:
> 00:47:45        org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest 
> 00:47:45        Expected size: 1 but was: 0 in:
> 00:47:45        [] within 5 minutes.
> 00:47:45            at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
> 00:47:45            at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
> 00:47:45            at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
> 00:47:45            at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
> 00:47:45            at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679)
> 00:47:45            at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.lambda$addServerToExistingClusterCreatesSessionRegion$bb17a952$1(ClientServerSessionCacheDUnitTest.java:100)
> 00:47:45
> 00:47:45            Caused by:
> 00:47:45            java.lang.AssertionError: 
> 00:47:45            Expected size: 1 but was: 0 in:
> 00:47:45            []
> 00:47:45                at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.validateBootstrapped(ClientServerSessionCacheDUnitTest.java:258)
> 00:47:45                at org.apache.geode.modules.util.ClientServerSessionCacheDUnitTest.validateServer(ClientServerSessionCacheDUnitTest.java:245)
> 00:47:53{noformat}
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.15.0-build.0081/test-results/distributedTest/1616666716/
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 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/1616666716/distributedtestfiles-OpenJDK8-1.15.0-build.0081.tgz



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