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

[jira] [Created] (BIGTOP-3487) Teardown method in HBase smoke test fails on Debian 10 and Ubuntu 18.04

Kengo Seki created BIGTOP-3487:
----------------------------------

             Summary: Teardown method in HBase smoke test fails on Debian 10 and Ubuntu 18.04
                 Key: BIGTOP-3487
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3487
             Project: Bigtop
          Issue Type: Bug
          Components: hbase, tests
            Reporter: Kengo Seki


I ran the smoke tests for HBase locally, and came across the following error on Debian 10 and Ubuntu 18.04. It doesn't occur on CentOS 7 for some reason.

{code}
org.apache.bigtop.itest.hbase.smoke.TestImportTsv > classMethod FAILED
    java.lang.AssertionError: teardown failed
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert$assertTrue$0.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.hbase.smoke.TestImportTsv.cleanUp(TestImportTsv.groovy:97)
{code}



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