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 2DC6E11411 for ; Fri, 13 Jun 2014 18:53:02 +0000 (UTC) Received: (qmail 68996 invoked by uid 500); 13 Jun 2014 18:53:02 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 68713 invoked by uid 500); 13 Jun 2014 18:53:01 -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 68585 invoked by uid 99); 13 Jun 2014 18:53:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 18:53:01 +0000 Date: Fri, 13 Jun 2014 18:53:01 +0000 (UTC) From: "Mike Drob (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2549) ShellTest sometimes fails because of order of authentication strings returned 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-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated ACCUMULO-2549: -------------------------------- Resolution: Fixed Assignee: Michael Allen Status: Resolved (was: Patch Available) Thanks for the patch, Michael! > ShellTest sometimes fails because of order of authentication strings returned > ----------------------------------------------------------------------------- > > Key: ACCUMULO-2549 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2549 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.5.1 > Reporter: Michael Allen > Assignee: Michael Allen > Priority: Minor > Fix For: 1.5.2, 1.6.1, 1.7.0 > > Attachments: ACCUMULO-2549-Fixes-ShellTest.patch > > > {{org.apache.accumulo.core.util.shell.ShellTest}} sometimes fails for me when run from the Maven command line. Tracing down, I see that line 154 (1.5.1 version) contains the following > {noformat} > exec("getauths", true, "y,z,x"); > {noformat} > This test expects that the set of authorizations returns from the {{getauths}} command always come in the particular order "y,z,x". For whatever reason, on my machine, they came out in a different order ("x,y,z" for the record). > My proposed fix (patch shortly) would be to have the test look for those individual label strings returned within the authorization string. I think this is a more accurate and future proof test than what's in there now. -- This message was sent by Atlassian JIRA (v6.2#6252)