[ https://issues.apache.org/jira/browse/GEODE-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586338#comment-16586338 ]
Brian Rowe commented on GEODE-5411: ----------------------------------- Saw this again in this CI run - https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/279 > SUPERFLAKY: CI Failure > CqPerfDUnitTest.testFailOverMatchingCQsWithMultipleServers > --------------------------------------------------------------------------------- > > Key: GEODE-5411 > URL: https://issues.apache.org/jira/browse/GEODE-5411 > Project: Geode > Issue Type: Task > Components: cq > Reporter: Dan Smith > Assignee: Mark Hanson > Priority: Major > Labels: pull-request-available, swat > Time Spent: 0.5h > Remaining Estimate: 0h > > This test failed in CI on revision b79b64a7cbdc4de1ffc1fe34222b56ac867ab38c > https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/104 > I see there is a closed Jira for this same method name in a different test - > see GEODE-4172. The method appears to have been copied and pasted, so maybe > the fix didn't make it to this copy? We should fix this test and ideally > remove the duplicate code as well! > {noformat} > org.apache.geode.cache.query.cq.dunit.CqPerfDUnitTest > > testFailOverMatchingCQsWithMultipleServers FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.cache.query.cq.dunit.CqPerfDUnitTest$10.run in VM 1 running > on Host 7872e0cd247b with 4 VMs > at org.apache.geode.test.dunit.VM.invoke(VM.java:436) > at org.apache.geode.test.dunit.VM.invoke(VM.java:405) > at org.apache.geode.test.dunit.VM.invoke(VM.java:348) > at > org.apache.geode.cache.query.cq.dunit.CqPerfDUnitTest.validateMatchingCqs(CqPerfDUnitTest.java:958) > at > org.apache.geode.cache.query.cq.dunit.CqPerfDUnitTest.testFailOverMatchingCQsWithMultipleServers(CqPerfDUnitTest.java:804) > Caused by: > java.lang.AssertionError: Number of matched cqs are not equal to the > expected matched cqs expected:<2> but was:<1> > 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.apache.geode.cache.query.cq.dunit.CqPerfDUnitTest$10.run2(CqPerfDUnitTest.java:977) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)