[
https://issues.apache.org/jira/browse/ACCUMULO-1823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved ACCUMULO-1823.
----------------------------------
Resolution: Fixed
> Test failures after switching to Hadoop2
> ----------------------------------------
>
> Key: ACCUMULO-1823
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1823
> Project: Accumulo
> Issue Type: Bug
> Reporter: John Vines
> Assignee: Eric Newton
> Fix For: 1.6.0
>
>
> With the migration to 1.6, I'm seeing timeout related failures in
> MiniAccumuloClusterGCTest#testFilesAreGarbageCollected which is not remedied
> by upping the timeout to 10 minutes. Additionally, I'm seeing repeated
> failures in CloneTestIT which I tracked specifically to commit
> cdc1dc9f08beccac7817365f2c08f9f4ceda6923 ( `mvn verify -Dit.test=CloneTestIT
> -Dtest=foobar -DfailIfNoTests=false` started failing after that commit). It
> failed with the following:
> {code}java.io.FileNotFoundException: File
> /tmp/accumulo/test/target/mini-tests/org.apache.accumulo.test.functional.SimpleMacIT/1383066437606_16779/accumulo/tables/1
> does not exist
> at
> org.apache.hadoop.fs.RawLocalFileSystem.listStatus(RawLocalFileSystem.java:379)
> at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1482)
> at org.apache.hadoop.fs.FileSystem.listStatus(FileSystem.java:1522)
> at
> org.apache.hadoop.fs.ChecksumFileSystem.listStatus(ChecksumFileSystem.java:564)
> at
> org.apache.accumulo.test.functional.CloneTestIT.testDeleteClone(CloneTestIT.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74)
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)