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 15EAFD668 for ; Tue, 18 Dec 2012 15:22:14 +0000 (UTC) Received: (qmail 56487 invoked by uid 500); 18 Dec 2012 15:22:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 56418 invoked by uid 500); 18 Dec 2012 15:22:13 -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 56301 invoked by uid 99); 18 Dec 2012 15:22:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 15:22:13 +0000 Date: Tue, 18 Dec 2012 15:22:13 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-908) VFS unit tests fail on Hadoop FS check 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-908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-908: --------------------------------------- Assignee: Josh Elser (was: John Vines) > VFS unit tests fail on Hadoop FS check > -------------------------------------- > > Key: ACCUMULO-908 > URL: https://issues.apache.org/jira/browse/ACCUMULO-908 > Project: Accumulo > Issue Type: Bug > Components: start > Affects Versions: 1.5.0 > Environment: CentOS 5.7, Maven 3.0.4, Oracle JRE 1.6.0_30 > Reporter: Josh Elser > Assignee: Josh Elser > Fix For: 1.5.0 > > > AccumuloReloadingVFSClassLoaderTest and VfsClassLoaderTest both fail for me on an assertion "Wrong FS: hdfs://localhost:8620/test-dir, expected: hdfs://localhost.localdomain:8620". I would guess that there's something better to specify in these tests to make them work on all platforms? > {noformat} > testReloading(org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoaderTest) Time elapsed: 0.008 sec <<< ERROR! > java.lang.IllegalArgumentException: Wrong FS: hdfs://localhost:8620/test-dir, expected: hdfs://localhost.localdomain:8620 > at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:381) > at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:129) > at org.apache.hadoop.hdfs.DistributedFileSystem.mkdirs(DistributedFileSystem.java:321) > at org.apache.hadoop.fs.FileSystem.mkdirs(FileSystem.java:1126) > at org.apache.accumulo.start.classloader.vfs.AccumuloReloadingVFSClassLoaderTest.setup(AccumuloReloadingVFSClassLoaderTest.java:44) > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira