[
https://issues.apache.org/jira/browse/FALCON-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386468#comment-15386468
]
ASF GitHub Bot commented on FALCON-2081:
----------------------------------------
GitHub user bvellanki opened a pull request:
https://github.com/apache/falcon/pull/235
FALCON-2081 ExtensionManagerIT fails occassionally
Fixed a rat-check error as part of this Jira as it was blocking testing and
it was only 1 line change
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bvellanki/falcon FALCON-2081
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/235.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #235
----
commit dd7bad5db690cfba21406ea9b5554bbb08efbe67
Author: bvellanki <[email protected]>
Date: 2016-07-20T19:13:25Z
FALCON-2081 ExtensionManagerIT fails occassionally
----
> ExtensionManagerIT fails occassionally
> --------------------------------------
>
> Key: FALCON-2081
> URL: https://issues.apache.org/jira/browse/FALCON-2081
> Project: Falcon
> Issue Type: Bug
> Components: tests
> Reporter: Balu Vellanki
> Assignee: Balu Vellanki
> Priority: Blocker
> Fix For: trunk, 0.10
>
>
> Error looks as follows, it does not happen for every run
> {code}
> Running org.apache.falcon.resource.ExtensionManagerIT
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 11.658 sec
> <<< FAILURE! - in org.apache.falcon.resource.ExtensionManagerIT
> testTrustedExtensionJob(org.apache.falcon.resource.ExtensionManagerIT) Time
> elapsed: 8.214 sec <<< FAILURE!
> java.lang.NullPointerException: null
> at
> org.apache.falcon.resource.ExtensionManagerIT.testTrustedExtensionJob(ExtensionManagerIT.java:118)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)