[
https://issues.apache.org/jira/browse/ACCUMULO-3628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14338701#comment-14338701
]
Josh Elser commented on ACCUMULO-3628:
--------------------------------------
Well, I did have ReplicationIT#replicatedStatusEntriesAreDeleted failing
consistently, but after a git-bisect which showed nothing wrong, I can't get it
to fail again. I'm of the mindset that it was failing because the master
actually didn't connect to ZK (or lost its connection mid test) and that's why
the expected record never showed up in the replication table. Not 100% sure,
trying to reproduce so I can verify.
> Consistently failing Replication ITs
> ------------------------------------
>
> Key: ACCUMULO-3628
> URL: https://issues.apache.org/jira/browse/ACCUMULO-3628
> Project: Accumulo
> Issue Type: Bug
> Components: test
> Reporter: Josh Elser
> Assignee: Josh Elser
> Priority: Blocker
> Fix For: 1.7.0
>
>
> More ITs are magically failing again -- likely from the Metadata table
> iterator changes
> {noformat}
> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 240.767 sec
> <<< FAILURE! - in
> org.apache.accumulo.test.replication.UnorderedWorkAssignerReplicationIT
> dataWasReplicatedToThePeer(org.apache.accumulo.test.replication.UnorderedWorkAssignerReplicationIT)
> Time elapsed: 56.269 sec <<< FAILURE!
> java.lang.AssertionError: Had more data to read from the master
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at
> org.apache.accumulo.test.replication.UnorderedWorkAssignerReplicationIT.dataWasReplicatedToThePeer(UnorderedWorkAssignerReplicationIT.java:301)
> Running org.apache.accumulo.test.replication.ReplicationIT
> Tests run: 13, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 293.045 sec
> <<< FAILURE! - in org.apache.accumulo.test.replication.ReplicationIT
> correctClusterNameInWorkEntry(org.apache.accumulo.test.replication.ReplicationIT)
> Time elapsed: 18.118 sec <<< FAILURE!
> java.lang.AssertionError: Did not find the work entry for the status entry
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at
> org.apache.accumulo.test.replication.ReplicationIT.correctClusterNameInWorkEntry(ReplicationIT.java:1147)
> replicatedStatusEntriesAreDeleted(org.apache.accumulo.test.replication.ReplicationIT)
> Time elapsed: 32.5 sec <<< FAILURE!
> java.lang.AssertionError: Did not find the work entry for the status entry
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at
> org.apache.accumulo.test.replication.ReplicationIT.replicatedStatusEntriesAreDeleted(ReplicationIT.java:1472)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)