[
https://issues.apache.org/jira/browse/TAJO-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15112062#comment-15112062
]
ASF GitHub Bot commented on TAJO-2062:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/948
TAJO-2062: Fix TestQueryResult#testTemporalResultOnClose failure.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-2062
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/948.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 #948
----
commit 2629e6b68c27c5eca8964228c42bf78e5e6b2af7
Author: Jinho Kim <[email protected]>
Date: 2016-01-22T07:42:53Z
TAJO-2062: Fix TestQueryResult#testTemporalResultOnClose failure.
----
> Fix TestQueryResult#testTemporalResultOnClose failure
> -----------------------------------------------------
>
> Key: TAJO-2062
> URL: https://issues.apache.org/jira/browse/TAJO-2062
> Project: Tajo
> Issue Type: Bug
> Components: Unit Test
> Affects Versions: 0.12.0
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Minor
> Fix For: 0.12.0
>
>
> {{TestQueryResult.testTemporalResultOnClose}} can be failed because a result
> data is deleted asynchronously by TAJO-2022
> {noformat}
> testTemporalResultOnClose(org.apache.tajo.master.TestQueryResult) Time
> elapsed: 0.553 sec <<< FAILURE!
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertFalse(Assert.java:64)
> at org.junit.Assert.assertFalse(Assert.java:74)
> at
> org.apache.tajo.master.TestQueryResult.testTemporalResultOnClose(TestQueryResult.java:49)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)