[
https://issues.apache.org/jira/browse/LENS-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15887419#comment-15887419
]
Rajat Khandelwal commented on LENS-1372:
----------------------------------------
[[email protected]] would you like to contribute by submitting a patch? This
might be helpful:
http://lens.apache.org/developer/contribute.html#Developer_Documentation_:_How_to_contribute_to_Apache_Lens
> QueryRetryTest is flaky
> -----------------------
>
> Key: LENS-1372
> URL: https://issues.apache.org/jira/browse/LENS-1372
> Project: Apache Lens
> Issue Type: Test
> Components: server, test
> Affects Versions: 2.7
> Reporter: Ted Yu
> Assignee: Rajat Khandelwal
> Priority: Minor
> Fix For: 2.7
>
>
> From
> https://builds.apache.org/job/PreCommit-Lens-Build/1145/testReport/junit/org.apache.lens.server.query.retry/QueryRetryTest/testRestartWhileRetry/
> :
> {code}
> java.lang.NullPointerException: null
> at
> org.apache.lens.server.query.retry.QueryRetryTest.testRestartWhileRetry(QueryRetryTest.java:201)
> {code}
> Here is related code:
> {code}
> ctx = getQueryService().getQueryContext(handle);
> while (!ctx.getStatus().finished()) {
> {code}
> The test should handle the case where status is null.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)