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 6EE2010DC2 for ; Sun, 16 Mar 2014 02:30:45 +0000 (UTC) Received: (qmail 32583 invoked by uid 500); 16 Mar 2014 02:30:43 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 32505 invoked by uid 500); 16 Mar 2014 02:30:43 -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 32492 invoked by uid 99); 16 Mar 2014 02:30:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2014 02:30:43 +0000 Date: Sun, 16 Mar 2014 02:30:43 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-2484) BulkIT and SslIT might collide bulk import directories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Josh Elser created ACCUMULO-2484: ------------------------------------ Summary: BulkIT and SslIT might collide bulk import directories Key: ACCUMULO-2484 URL: https://issues.apache.org/jira/browse/ACCUMULO-2484 Project: Accumulo Issue Type: Bug Reporter: Josh Elser SslIT calls the same method that BulkIT has to bulk load some files. BulkIT.runTest, however, doesn't make a unique directory, which means that if those tests run concurrently, they will likely fail. I saw this locally because SslIT tried to run when the failures directory had a file in it from (I'm assuming) BulkIT. -- This message was sent by Atlassian JIRA (v6.2#6252)