Jason Dere created HIVE-6373:
--------------------------------
Summary: TestCliDriverMethods test can cause entire build to fail
Key: HIVE-6373
URL: https://issues.apache.org/jira/browse/HIVE-6373
Project: Hive
Issue Type: Bug
Components: Tests
Reporter: Jason Dere
Assignee: Jason Dere
TestCliDriverMethods has some tests which uses a custom SecurityManager to
intercept System.exit(). If the test fails early the security manager may not
be unregistered and the process is unable to exit cleanly, which can cause the
entire test run to fail with:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on
project hive-cli: ExecutionException; nested exception is
java.util.concurrent.ExecutionException:
org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in
starting fork, check output in log -> [Help 1]
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)