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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to