You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2021/02/08 12:48:00 UTC

[jira] [Commented] (BIGTOP-3494) Fix failure of TestDistCpIntra

    [ https://issues.apache.org/jira/browse/BIGTOP-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281011#comment-17281011 ] 

Masatake Iwasaki commented on BIGTOP-3494:
------------------------------------------

{noformat}
org.apache.bigtop.itest.hadoop.hdfs.TestDistCpIntra > testDistcpIntra FAILED
    java.lang.AssertionError: Distcp 1 failed
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        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.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:104)
        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:326)
        at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite$StaticMetaMethodSiteNoUnwrap.invoke(StaticMetaMethodSite.java:133)
        at org.codehaus.groovy.runtime.callsite.StaticMetaMethodSite.callStatic(StaticMetaMethodSite.java:102)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
        at org.apache.bigtop.itest.hadoop.hdfs.TestDistCpIntra.testDistcpIntra(TestDistCpIntra.groovy:120)

org.apache.bigtop.itest.hadoop.hdfs.TestDistCpIntra > testDistcpIntra_MultipleSources FAILED
    java.lang.AssertionError: Distcp multiple sources failed
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert$assertTrue.callStatic(Unknown Source)
        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:55)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:196)
        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:216)
        at org.apache.bigtop.itest.hadoop.hdfs.TestDistCpIntra.testDistcpIntra_MultipleSources(TestDistCpIntra.groovy:142)
{noformat}

> Fix failure of TestDistCpIntra
> ------------------------------
>
>                 Key: BIGTOP-3494
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3494
>             Project: Bigtop
>          Issue Type: Bug
>          Components: hadoop, tests
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> testDistcpIntra and testDistcpIntra_MultipleSources reproducibly fails after upgrading hadoop to 3.2.2.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)