You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2016/01/22 08:42:39 UTC

[jira] [Created] (TAJO-2062) Fix TestQueryResult#testTemporalResultOnClose failure

Jinho Kim created TAJO-2062:
-------------------------------

             Summary: 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)