You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2018/06/01 04:38:00 UTC

[jira] [Created] (IMPALA-7105) Some fe tests fail when run standalone

Todd Lipcon created IMPALA-7105:
-----------------------------------

             Summary: Some fe tests fail when run standalone
                 Key: IMPALA-7105
                 URL: https://issues.apache.org/jira/browse/IMPALA-7105
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 2.12.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon


CatalogTest and HdfsStorageDescriptor test fail when they are run standalone (eg from Eclipse or using mvn test -Dtest=...). The failure occurs because they depend on initialization that happens during JniCatalog and/or JniFrontend initialization, and those are only initialized if FeSupport has been initialized.

When all of the tests are run via 'mvn test', this is not a problem since they run in the same JVM and it happens that some earlier test cases caused the initialization to occur. Setting the surefire configuration to 'reuseForks=false' also reproduces the issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org