[
https://issues.apache.org/jira/browse/HADOOP-15799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633720#comment-16633720
]
Gabor Bota commented on HADOOP-15799:
-------------------------------------
Ok, so I think I've figured out the issue - I had the failure with the test run
when {{fs.s3a.s3guard.test.authoritative}} is false, so I don't pass the
{{-Dauth}} flag and run it via CLI mvn. To fix this, we should add something
like a
{code:java}
Assume.assumeTrue("MetadataStore should be capable for authoritative "
+ "storage of directories to run this test.",
isMetadataStoreAuthoritative(ms));
{code}
To {{ITestS3AEmptyDirectory}}, so skip the test if the ms is not authoritative
instead of failing.
> ITestS3AEmptyDirectory#testDirectoryBecomesEmpty fails when running with
> dynamo
> -------------------------------------------------------------------------------
>
> Key: HADOOP-15799
> URL: https://issues.apache.org/jira/browse/HADOOP-15799
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3
> Affects Versions: 3.1.1
> Reporter: Gabor Bota
> Assignee: Gabor Bota
> Priority: Major
>
> I've seen a new failure when running verify for HADOOP-15621. First I thought
> it was my new patch, but it happens on trunk. This is a major issue, it could
> be because of implementation issue in dynamo.
> {noformat}
> [ERROR]
> testDirectoryBecomesEmpty(org.apache.hadoop.fs.s3a.ITestS3AEmptyDirectory)
> Time elapsed: 1.864 s <<< FAILURE!
> java.lang.AssertionError: dir is empty expected:<TRUE> but was:<FALSE>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at
> org.apache.hadoop.fs.s3a.ITestS3AEmptyDirectory.assertEmptyDirectory(ITestS3AEmptyDirectory.java:56)
> at
> org.apache.hadoop.fs.s3a.ITestS3AEmptyDirectory.testDirectoryBecomesEmpty(ITestS3AEmptyDirectory.java:48)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> 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.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
> at
> org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74){noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]