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)