You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "nabarun (JIRA)" <ji...@apache.org> on 2019/03/13 17:30:00 UTC

[jira] [Comment Edited] (GEODE-6499) PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.

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

nabarun edited comment on GEODE-6499 at 3/13/19 5:29 PM:
---------------------------------------------------------

Similar failure happened in the same method in the assertion checks within the awaitility completion of the async invoke
{noformat}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest > testHierarchyOfColocatedChildPRsMissingGrandchild FAILED
 java.lang.AssertionError: An exception occurred during asynchronous invocation.
 at org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:139)
 at org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:413)
 at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild(PersistentColocatedPartitionedRegionDUnitTest.java:980)

Caused by:
 java.lang.AssertionError: expected:<6> but was:<7>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:834)
 at org.junit.Assert.assertEquals(Assert.java:645)
 at org.junit.Assert.assertEquals(Assert.java:631)
 at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest$10.call(PersistentColocatedPartitionedRegionDUnitTest.java:438)

 

{noformat}
 

Not opening a ticket as these failures are close in code proximity , we can open a ticket later if this requires a completely new fix.

 Build failure can be located at : https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK11/builds/486

 


was (Author: nnag):
Similar failure happened in the same method in the assertion checks within the awaitility completion of the async invoke

{noformat}

org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest > testHierarchyOfColocatedChildPRsMissingGrandchild FAILED
 java.lang.AssertionError: An exception occurred during asynchronous invocation.
 at org.apache.geode.test.dunit.AsyncInvocation.checkException(AsyncInvocation.java:139)
 at org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:413)
 at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild(PersistentColocatedPartitionedRegionDUnitTest.java:980)

Caused by:
 java.lang.AssertionError: expected:<6> but was:<7>
 at org.junit.Assert.fail(Assert.java:88)
 at org.junit.Assert.failNotEquals(Assert.java:834)
 at org.junit.Assert.assertEquals(Assert.java:645)
 at org.junit.Assert.assertEquals(Assert.java:631)
 at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest$10.call(PersistentColocatedPartitionedRegionDUnitTest.java:438)

 

{noformat}

 

Not opening a ticket as these failures are close in code proximity , we can open a ticket later if this requires a completely new fix.

 

 

> PersistentColocatedPartitionedRegionDUnitTest: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-6499
>                 URL: https://issues.apache.org/jira/browse/GEODE-6499
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Mark Hanson
>            Assignee: Kenneth Howe
>            Priority: Major
>         Attachments: PersistentColocatedPartitionedRegionDUnitTest.tgz
>
>
> {no format}
>  
>  > Task :geode-core:distributedTest
>  
>  org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest > testHierarchyOfColocatedChildPRsMissingGrandchild FAILED
>  java.util.concurrent.TimeoutException: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.
>  at org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:462)
>  at org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:412)
>  at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testHierarchyOfColocatedChildPRsMissingGrandchild(PersistentColocatedPartitionedRegionDUnitTest.java:979)
>  
>  org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest > testMultipleColocatedChildPRsMissingWithSequencedStart FAILED
>  java.util.concurrent.TimeoutException: Timed out waiting 60000 milliseconds for AsyncInvocation to complete.
>  at org.apache.geode.test.dunit.AsyncInvocation.timeoutIfAlive(AsyncInvocation.java:462)
>  at org.apache.geode.test.dunit.AsyncInvocation.get(AsyncInvocation.java:412)
>  at org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest.testMultipleColocatedChildPRsMissingWithSequencedStart(PersistentColocatedPartitionedRegionDUnitTest.java:865)
> {no format}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)