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

Dan Smith commented on GEODE-5872:
----------------------------------

These are the tests that fail with GEODE-5424
{noformat}
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
 > testMissingColocatedChildPRDueToDelayedStart 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.testMissingColocatedChildPRDueToDelayedStart(PersistentColocatedPartitionedRegionDUnitTest.java:867)
        

        
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
 > testHierarchyOfColocatedChildPRsMissing 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.testHierarchyOfColocatedChildPRsMissing(PersistentColocatedPartitionedRegionDUnitTest.java:1078)
        

        
org.apache.geode.internal.cache.partitioned.PersistentColocatedPartitionedRegionDUnitTest
 > testMissingColocatedChildPR 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.testMissingColocatedChildPR(PersistentColocatedPartitionedRegionDUnitTest.java:912)
        

        
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:1137)
        

        
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:1023)
{noformat}

> Tests in PersistentColocatedPartitionedRegionDUnitTest are ignoring assertions
> ------------------------------------------------------------------------------
>
>                 Key: GEODE-5872
>                 URL: https://issues.apache.org/jira/browse/GEODE-5872
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>              Labels: swat
>
> There are several tests in PersistentColocatedPartitionedRegionDUnitTest that 
> are have returns inside finally blocks. The effect of this is that the tests 
> are actually ignoring any assertion failures.
> In practice, these tests fail with Awailility timeouts all the time. With my 
> changes for GEODE-5424, the tests now timeout because I increased the 
> awailitity timeout.



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

Reply via email to