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 2015/06/18 03:21:00 UTC

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

Jinho Kim created TAJO-1650:
-------------------------------

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