You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Alisha Prabhu (JIRA)" <ji...@apache.org> on 2018/03/12 09:31:00 UTC

[jira] [Resolved] (OOZIE-3184) Test case in oozie-core fails with a NullPointerException

     [ https://issues.apache.org/jira/browse/OOZIE-3184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alisha Prabhu resolved OOZIE-3184.
----------------------------------
    Resolution: Resolved

> Test case in oozie-core fails with a NullPointerException
> ---------------------------------------------------------
>
>                 Key: OOZIE-3184
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3184
>             Project: Oozie
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.0.0b1
>         Environment: uname -a
> Linux pts00607-vm1 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:05:18 UTC 2016 ppc64le ppc64le ppc64le GNU/Linux
>            Reporter: Alisha Prabhu
>            Priority: Major
>              Labels: ppc64le
>         Attachments: error.txt
>
>
> Maven command used is mvn -Dtest=TestGraphGenerator#testGraphWithManyNodes test
>  Observed that the test case fails at GraphGenerator.java:87 of oozie-core i.e. at the .parse function.
>  Have attached the error.txt file below , that has the errors occurred while running the test case.
> {code:java}
> [INFO] Running org.apache.oozie.util.graph.TestGraphGenerator [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 24.157 s <<< FAILURE! - in org.apache.oozie.util.graph.TestGraphGenerator [ERROR] testGraphWithManyNodes(org.apache.oozie.util.graph.TestGraphGenerator) Time elapsed: 24.157 s <<< ERROR! java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.NullPointerException at org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158) Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException at org.apache.oozie.util.graph.TestGraphGenerator.testGraphWithManyNodes(TestGraphGenerator.java:158) Caused by: java.lang.NullPointerException{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)