You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/12/22 09:13:00 UTC

[jira] [Created] (PHOENIX-6275) Handle JVM exit gracefully in unit tests

Viraj Jasani created PHOENIX-6275:
-------------------------------------

             Summary: Handle JVM exit gracefully in unit tests
                 Key: PHOENIX-6275
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6275
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Viraj Jasani


System.exit / Rutime.halt can exit JVM and this can lead to failure of test runner that manages JVM for tests as well as providing output files for all tests. We should gracefully handle JVM exit by throwing our custom Exception rather than losing test runner outputs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)