You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ray Ingles (Jira)" <ji...@apache.org> on 2021/05/05 22:02:00 UTC

[jira] [Created] (GEODE-9241) CI failure in PartitionedRegionCqQueryDUnitTest > testPutAllWithCQLocalDestroy

Ray Ingles created GEODE-9241:
---------------------------------

             Summary: CI failure in PartitionedRegionCqQueryDUnitTest > testPutAllWithCQLocalDestroy
                 Key: GEODE-9241
                 URL: https://issues.apache.org/jira/browse/GEODE-9241
             Project: Geode
          Issue Type: Bug
          Components: cq
    Affects Versions: 1.15.0
            Reporter: Ray Ingles


CI failure seen here: [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/213]

Stack trace as follows:

 
{code:java}
> Task :geode-cq:distributedTest
org.apache.geode.cache.query.cq.dunit.PartitionedRegionCqQueryDUnitTest > testPutAllWithCQLocalDestroy FAILED
 org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.cache.query.cq.dunit.PartitionedRegionCqQueryDUnitTest$$Lambda$82/1306882276.run in VM 2 running on Host cae68a7c0ae3 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.cache.query.cq.dunit.PartitionedRegionCqQueryDUnitTest.testPutAllWithCQLocalDestroy(PartitionedRegionCqQueryDUnitTest.java:178)
Caused by:
 org.junit.ComparisonFailure: expected:<9[99]> but was:<9[75]>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
 at org.apache.geode.cache.query.cq.dunit.PartitionedRegionCqQueryDUnitTest.lambda$testPutAllWithCQLocalDestroy$c93719d5$3(PartitionedRegionCqQueryDUnitTest.java:186)
{code}
 



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