Ryan Emerson created ISPN-8574:
----------------------------------
Summary: RestOperationsOffHeapTest failures
Key: ISPN-8574
URL:
https://issues.jboss.org/browse/ISPN-8574
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.2.0.Alpha2
Reporter: Ryan Emerson
Assignee: Gustavo Fernandes
There are multiple failures on the CI:
{code}
shouldPutImmortalEntryWithZeroTtlAndIdleTime
java.lang.AssertionError: Expecting: <409> to be equal to: <200> but was not.
at org.infinispan.rest.assertion.ResponseAssertion.isOk(ResponseAssertion.java:24) at
org.infinispan.rest.BaseRestOperationsTest.shouldPutImmortalEntryWithZeroTtlAndIdleTime(BaseRestOperationsTest.java:801)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at
java.lang.Thread.run(Thread.java:748) ... Removed 16 stack frames
shouldPutEntryWithTtlAndIdleTime
java.lang.AssertionError: Expecting: <409> to be equal to: <200> but was not.
at org.infinispan.rest.assertion.ResponseAssertion.isOk(ResponseAssertion.java:24) at
org.infinispan.rest.BaseRestOperationsTest.shouldPutEntryWithTtlAndIdleTime(BaseRestOperationsTest.java:835)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at
java.lang.Thread.run(Thread.java:748) ... Removed 16 stack frames
shouldPutImmortalEntryWithMinusOneTtlAndIdleTime
java.lang.AssertionError: Expecting: <409> to be equal to: <200> but was not.
at org.infinispan.rest.assertion.ResponseAssertion.isOk(ResponseAssertion.java:24) at
org.infinispan.rest.BaseRestOperationsTest.shouldPutImmortalEntryWithMinusOneTtlAndIdleTime(BaseRestOperationsTest.java:782)
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at
java.lang.Thread.run(Thread.java:748) ... Removed 16 stack frames
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)