David Johnson created USERGRID-212:
--------------------------------------
Summary: Fix EventsResourceIT.testEventPostandGet in the two-dot-o
branch
Key: USERGRID-212
URL: https://issues.apache.org/jira/browse/USERGRID-212
Project: Usergrid
Issue Type: Bug
Reporter: David Johnson
Assignee: David Johnson
This test fails in code that is still using Hector.
EventsResourceIT.testEventPostandGet:111 ยป UniformInterface GET
http://localho...
org.apache.usergrid.persistence.exceptions.QueueException: Neccessary queue
bounds not found
at
org.apache.usergrid.mq.cassandra.io.AbstractSearch.getQueueRange(AbstractSearch.java:160)
at
org.apache.usergrid.mq.cassandra.io.NoTransactionSearch.getIds(NoTransactionSearch.java:102)
at
org.apache.usergrid.mq.cassandra.io.NoTransactionSearch.getResults(NoTransactionSearch.java:72)
at
org.apache.usergrid.mq.cassandra.QueueManagerImpl.getFromQueue(QueueManagerImpl.java:404)
at
org.apache.usergrid.rest.applications.events.EventsResource.executeGet(EventsResource.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
The test method above has been marked as Ignored.
To fix this bug, re-enable the test, figure out why it fails and fix it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)