[
https://issues.apache.org/jira/browse/ACCUMULO-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539362#comment-13539362
]
Hudson commented on ACCUMULO-908:
---------------------------------
Integrated in Accumulo-Trunk #592 (See
[https://builds.apache.org/job/Accumulo-Trunk/592/])
ACCUMULO-908 Fix VFS unit test cases which fail when run on any system
which specifies a FQDN for 127.0.0.1 other than "localhost" (Revision 1425709)
Result = SUCCESS
elserj :
Files :
*
/accumulo/trunk/start/src/test/java/org/apache/accumulo/start/classloader/vfs/AccumuloVFSClassLoaderTest.java
*
/accumulo/trunk/start/src/test/java/org/apache/accumulo/test/AccumuloDFSBase.java
> 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
> 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