You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2015/06/21 14:34:00 UTC

[jira] [Resolved] (TAJO-1650) TestQueryResource.testGetAllQueries() occasionally fails

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

Jaehwa Jung resolved TAJO-1650.
-------------------------------
    Resolution: Fixed

[~jhkim]

Thanks for your contribution.
I've just committed the patch to master branch. :)

> TestQueryResource.testGetAllQueries() occasionally fails
> --------------------------------------------------------
>
>                 Key: TAJO-1650
>                 URL: https://issues.apache.org/jira/browse/TAJO-1650
>             Project: Tajo
>          Issue Type: Bug
>          Components: rest api
>    Affects Versions: 0.11.0
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>             Fix For: 0.11.0
>
>
> A query is complete and query information is in the cache until it stored to persistent storage.
> HistoryReader.getQueries() should not use directly
> {noformat}
> java.lang.AssertionError
> 	at org.junit.Assert.fail(Assert.java:86)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.junit.Assert.assertTrue(Assert.java:52)
> 	at org.apache.tajo.ws.rs.resources.TestQueryResource.testGetAllQueries(TestQueryResource.java:137)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)