[
https://issues.apache.org/jira/browse/GEODE-369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108882#comment-15108882
]
Bruce Schuchardt commented on GEODE-369:
----------------------------------------
The current line numbers for this failure are
{noformat}
RedundancyLevelPart1DUnitTest
doPuts();
verifyDeadServers(1);
verifyRedundantServersContain(SERVER3); -- line 514
and
RedundancyLevelTestBase
DistributedTestCase.waitForCriterion(wc, 60 * 1000, 2000, true); -- line
275
{noformat}
> CI failure:
> RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByPut
> fails intermittently with assertion
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-369
> URL: https://issues.apache.org/jira/browse/GEODE-369
> Project: Geode
> Issue Type: Bug
> Components: client/server
> Reporter: Darrel Schneider
> Assignee: Anilkumar Gingade
> Labels: CI
>
> failed on a private build of git rev :
> {code}
> junit.framework.AssertionFailedError: Event never occurred after 60000 ms:
> Redundant servers ([doomtwo.gemstone.com29009]) does not contain
> doomtwo.gemstone.com27615
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.TestCase.fail(TestCase.java:227)
> at
> dunit.DistributedTestCase.waitForCriterion(DistributedTestCase.java:1162)
> at
> com.gemstone.gemfire.internal.cache.tier.sockets.RedundancyLevelTestBase.verifyRedundantServersContain(RedundancyLevelTestBase.java:267)
> at
> com.gemstone.gemfire.internal.cache.tier.sockets.RedundancyLevelPart1DUnitTest.testRedundancySpecifiedNonPrimaryEPFailsDetectionByPut(RedundancyLevelPart1DUnitTest.java:505)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)