[ https://issues.apache.org/jira/browse/HADOOP-14435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Zhuge reopened HADOOP-14435: --------------------------------- Great idea! Re-opened this as a doc JIRA to add a new section {{Troubleshooting}} to {{index.md}}. Document what I encountered here. > TestAdlFileSystemContractLive#testMkdirsWithUmask assertion failed > ------------------------------------------------------------------ > > Key: HADOOP-14435 > URL: https://issues.apache.org/jira/browse/HADOOP-14435 > Project: Hadoop Common > Issue Type: Bug > Components: documentation, fs/adl > Affects Versions: 2.9.0, 3.0.0-alpha3 > Reporter: John Zhuge > Assignee: John Zhuge > > Saw the following assertion failure in branch-2 and trunk: > {noformat} > Tests run: 43, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 80.189 sec > <<< FAILURE! - in org.apache.hadoop.fs.adl.live.TestAdlFileSystemContractLive > testMkdirsWithUmask(org.apache.hadoop.fs.adl.live.TestAdlFileSystemContractLive) > Time elapsed: 0.71 sec <<< FAILURE! > junit.framework.AssertionFailedError: expected:<461> but was:<456> > at junit.framework.Assert.fail(Assert.java:57) > at junit.framework.Assert.failNotEquals(Assert.java:329) > at junit.framework.Assert.assertEquals(Assert.java:78) > at junit.framework.Assert.assertEquals(Assert.java:219) > at junit.framework.Assert.assertEquals(Assert.java:226) > at junit.framework.TestCase.assertEquals(TestCase.java:392) > at > org.apache.hadoop.fs.FileSystemContractBaseTest.testMkdirsWithUmask(FileSystemContractBaseTest.java:242) > 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:497) > at junit.framework.TestCase.runTest(TestCase.java:176) > at > org.apache.hadoop.fs.adl.live.TestAdlFileSystemContractLive.runTest(TestAdlFileSystemContractLive.java:59) > Results : > Failed tests: > > TestAdlFileSystemContractLive.runTest:59->FileSystemContractBaseTest.testMkdirsWithUmask:242 > expected:<461> but was:<456> > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org