Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.12.0
-
None
-
ghx-label-5
Description
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.