Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52C6C17B51 for ; Thu, 26 Feb 2015 16:18:05 +0000 (UTC) Received: (qmail 87801 invoked by uid 500); 26 Feb 2015 16:18:05 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 87779 invoked by uid 500); 26 Feb 2015 16:18:05 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 87764 invoked by uid 99); 26 Feb 2015 16:18:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 16:18:04 +0000 Date: Thu, 26 Feb 2015 16:18:04 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3628) Consistently failing Replication ITs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-3628: ------------------------------------ Summary: 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)