[infinispan-issues] [JBoss JIRA] (ISPN-8574) RestOperationsOffHeapTest failures
Gustavo Fernandes (JIRA)
issues at jboss.org
Tue Jan 9 05:16:00 EST 2018
[ https://issues.jboss.org/browse/ISPN-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gustavo Fernandes resolved ISPN-8574.
-------------------------------------
Resolution: Out of Date
Should be fixed as mentioned in the comments.
> 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:
> *shouldPutImmortalEntryWithZeroTtlAndIdleTime*
> {code}
> 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
> {code}
> *shouldPutEntryWithTtlAndIdleTime*
> {code}
> 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
> {code}
> *shouldPutImmortalEntryWithMinusOneTtlAndIdleTime*
> {code}
> 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)
More information about the infinispan-issues
mailing list