You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2018/10/18 22:57:00 UTC

[jira] [Created] (GEODE-5900) Multiple failures from CqQueryOptimizedExecuteDUnitTest

Dan Smith created GEODE-5900:
--------------------------------

             Summary: Multiple failures from CqQueryOptimizedExecuteDUnitTest
                 Key: GEODE-5900
                 URL: https://issues.apache.org/jira/browse/GEODE-5900
             Project: Geode
          Issue Type: Improvement
            Reporter: Dan Smith


This test failed multiple times in our last mass flaky test run. It looks like maybe there are some systematic issues with either CQs or the way this test is working. It has a 20 second wait time (unit GEODE-5424 is merged), maybe that's not enough?

{noformat}
org.apache.geode.cache.query.cq.dunit.CqQueryOptimizedExecuteDUnitTest:  4 failures (99.600% success rate)
 |  .testForSupportedRegionAttributes:  1 failures (99.900% success rate)
 |   |  Failed build 723  at https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/723
 |  .testCQEventsWithNotEqualsUndefined:  1 failures (99.900% success rate)
 |   |  Failed build 227  at https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/227
 |  .testCQPrimaryLeaves:  2 failures (99.800% success rate)
 |   |  Failed build 641  at https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/641
 |   |  Failed build 351  at https://concourse.apachegeode-ci.info/teams/main/pipelines/mass-test-run/jobs/DistributedTest/builds/351

{noformat}
Sample failures:
{noformat}
org.apache.geode.cache.query.cq.dunit.CqQueryOptimizedExecuteDUnitTest > testCQPrimaryLeaves FAILED
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.cache.query.cq.dunit.CqQueryDUnitTest$$Lambda$73/1828515910.run in VM 2 running on Host 12de275efacc with 4 VMs		
        Caused by:
        java.lang.AssertionError: Event never occurred after 20000 ms: Did not receive expected number of calls to cqsDisconnected() null expected: 0 received: 1
{noformat}

http://files.apachegeode-ci.info/builds/1.8.0-build.1/test-results/distributedTest/1537857570/

{noformat}
org.apache.geode.cache.query.cq.dunit.CqQueryOptimizedExecuteDUnitTest > testCQEventsWithNotEqualsUndefined FAILED
	
    org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.cache.query.cq.dunit.CqQueryDUnitTest$$Lambda$63/1228313463.run in VM 1 running on Host 91d9ecfa0d81 with 4 VMs
	

        Caused by:
        org.junit.ComparisonFailure: [Query Delete Event mismatch] expected:<[5]> but was:<[4]>
{noformat}
http://files.apachegeode-ci.info/builds/1.8.0-build.1/test-results/distributedTest/1537752577/



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