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 D04AE172C9 for ; Fri, 22 May 2015 00:44:17 +0000 (UTC) Received: (qmail 21296 invoked by uid 500); 22 May 2015 00:44:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 21255 invoked by uid 500); 22 May 2015 00:44:17 -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 21244 invoked by uid 99); 22 May 2015 00:44:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2015 00:44:17 +0000 Date: Fri, 22 May 2015 00:44:17 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-3442) Occasional failure of BlockedIOStreamTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-3442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved ACCUMULO-3442. ---------------------------------- Resolution: Cannot Reproduce Fix Version/s: (was: 1.6.3) > Occasional failure of BlockedIOStreamTest > ----------------------------------------- > > Key: ACCUMULO-3442 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3442 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Priority: Minor > > I see this test fail every now and again (happened to me yesterday and now again today) > {noformat} > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.143 sec <<< FAILURE! - in org.apache.accumulo.core.security.crypto.BlockedIOStreamTest > testGiantWrite(org.apache.accumulo.core.security.crypto.BlockedIOStreamTest) Time elapsed: 6.086 sec <<< FAILURE! > org.junit.internal.ArrayComparisonFailure: arrays first differed at element [793]; expected:<-84> but was:<-92> > at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:50) > at org.junit.Assert.internalArrayEquals(Assert.java:473) > at org.junit.Assert.assertArrayEquals(Assert.java:294) > at org.junit.Assert.assertArrayEquals(Assert.java:305) > at org.apache.accumulo.core.security.crypto.BlockedIOStreamTest.testGiantWrite(BlockedIOStreamTest.java:158) > {noformat} > When I rerun the test, it passes on the second attempt. Not sure if there's some edge case the test isn't covering correctly (since it use a Random object) or what. I'll try to log other error conditions when I see it again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)