Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
There are a couple of test cases in TestDBLoadDump which are failing with the following exception with JDK11:
org.apache.oozie.tools.TestDBLoadDump$ExitException at org.apache.oozie.tools.TestDBLoadDump$NoExitSecurityManager.checkExit(TestDBLoadDump.java:285) at java.base/java.lang.Runtime.exit(Runtime.java:113) at java.base/java.lang.System.exit(System.java:1746) at org.apache.oozie.tools.OozieDBImportCLI.main(OozieDBImportCLI.java:158) at org.apache.oozie.tools.TestDBLoadDump.importToDB(TestDBLoadDump.java:219) at org.apache.oozie.tools.TestDBLoadDump.importValidDataToDB(TestDBLoadDump.java:211) at org.apache.oozie.tools.TestDBLoadDump.testImportToNonExistingTablesSucceedsOnHsqldb(TestDBLoadDump.java:133) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:176)