Dan Smith created GEODE-5411: -------------------------------- Summary: 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
This test failed in CI on revision 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)