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 AB8F7182C6 for ; Thu, 28 May 2015 02:34:22 +0000 (UTC) Received: (qmail 28987 invoked by uid 500); 28 May 2015 02:34:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 28946 invoked by uid 500); 28 May 2015 02:34: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 28931 invoked by uid 99); 28 May 2015 02:34:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2015 02:34:17 +0000 Date: Thu, 28 May 2015 02:34:17 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3861) DurabilityIT might actually see all results with durability=none MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-3861: ------------------------------------ Summary: DurabilityIT might actually see all results with durability=none Key: ACCUMULO-3861 URL: https://issues.apache.org/jira/browse/ACCUMULO-3861 Project: Accumulo Issue Type: Test Components: test Affects Versions: 1.7.0 Reporter: Josh Elser Assignee: Josh Elser Priority: Minor Fix For: 1.8.0, 1.7.1 Saw this failure in automated tests {noformat} ------------------------------------------------------------------------------- Test set: org.apache.accumulo.test.functional.DurabilityIT ------------------------------------------------------------------------------- Tests run: 7, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 325.081 sec <<< FAILURE! - in org.apache.accumulo.test.functional.DurabilityIT testNone(org.apache.accumulo.test.functional.DurabilityIT) Time elapsed: 51.86 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.accumulo.test.functional.DurabilityIT.testNone(DurabilityIT.java:143) testIncreaseDurability(org.apache.accumulo.test.functional.DurabilityIT) Time elapsed: 48.526 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.accumulo.test.functional.DurabilityIT.testIncreaseDurability(DurabilityIT.java:155) {noformat} Looks like the test failed because it strictly expected fewer results to be returned, although it might be possible that it sees all results. -- This message was sent by Atlassian JIRA (v6.3.4#6332)