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 95E6217C1A for ; Fri, 6 Mar 2015 02:45:41 +0000 (UTC) Received: (qmail 55743 invoked by uid 500); 6 Mar 2015 02:45:38 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 55704 invoked by uid 500); 6 Mar 2015 02:45:38 -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 55693 invoked by uid 99); 6 Mar 2015 02:45:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Mar 2015 02:45:38 +0000 Date: Fri, 6 Mar 2015 02:45:38 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-3642) Test failures when local client conf has SASL enabled 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-3642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser resolved ACCUMULO-3642. ---------------------------------- Resolution: Fixed > Test failures when local client conf has SASL enabled > ----------------------------------------------------- > > Key: ACCUMULO-3642 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3642 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Minor > Fix For: 1.7.0 > > Time Spent: 10m > Remaining Estimate: 0h > > {noformat} > Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.509 sec <<< FAILURE! - in org.apache.accumulo.shell.ShellConfigTest > testTokenWithoutOptions(org.apache.accumulo.shell.ShellConfigTest) Time elapsed: 0.777 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.assertFalse(Assert.java:64) > at org.junit.Assert.assertFalse(Assert.java:74) > at org.apache.accumulo.shell.ShellConfigTest.testTokenWithoutOptions(ShellConfigTest.java:76) > testTokenAndOptionAndPassword(org.apache.accumulo.shell.ShellConfigTest) Time elapsed: 0.008 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.assertFalse(Assert.java:64) > at org.junit.Assert.assertFalse(Assert.java:74) > at org.apache.accumulo.shell.ShellConfigTest.testTokenAndOptionAndPassword(ShellConfigTest.java:87) > Running org.apache.accumulo.shell.ShellTest > Tests run: 12, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.989 sec <<< FAILURE! - in org.apache.accumulo.shell.ShellTest > duPatternTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.828 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:101) > at org.apache.accumulo.shell.ShellTest.duPatternTest(ShellTest.java:236) > aboutTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.006 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:113) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:109) > at org.apache.accumulo.shell.ShellTest.aboutTest(ShellTest.java:155) > duTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.006 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:101) > at org.apache.accumulo.shell.ShellTest.duTest(ShellTest.java:228) > setIterTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.006 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:101) > at org.apache.accumulo.shell.ShellTest.setIterTest(ShellTest.java:273) > insertDeleteScanTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.006 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:113) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:109) > at org.apache.accumulo.shell.ShellTest.insertDeleteScanTest(ShellTest.java:173) > addGetSplitsTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.007 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:113) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:109) > at org.apache.accumulo.shell.ShellTest.addGetSplitsTest(ShellTest.java:163) > duContextTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.007 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:101) > at org.apache.accumulo.shell.ShellTest.duContextTest(ShellTest.java:220) > scanDateStringFormatterTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.006 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:101) > at org.apache.accumulo.shell.ShellTest.scanDateStringFormatterTest(ShellTest.java:246) > authsTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.005 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:113) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:109) > at org.apache.accumulo.shell.ShellTest.authsTest(ShellTest.java:198) > execFileTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.023 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.printInfo(Shell.java:668) > at org.apache.accumulo.shell.Shell.start(Shell.java:575) > at org.apache.accumulo.shell.ShellTest.execFileTest(ShellTest.java:266) > commentTest(org.apache.accumulo.shell.ShellTest) Time elapsed: 0.005 sec <<< ERROR! > java.lang.NullPointerException: null > at org.apache.accumulo.shell.Shell.getDefaultPrompt(Shell.java:702) > at org.apache.accumulo.shell.Shell.execCommand(Shell.java:706) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:97) > at org.apache.accumulo.shell.ShellTest.exec(ShellTest.java:113) > at org.apache.accumulo.shell.ShellTest.commentTest(ShellTest.java:257) > {noformat} > If I don't remember to comment out {{instance.rpc.sasl.enabled}} in {{~/.accumulo/config}} before building, these tests will consistently fail. See if there's a way to make them not fail. -- This message was sent by Atlassian JIRA (v6.3.4#6332)