[infinispan-issues] [JBoss JIRA] (ISPN-5321) StringBasedStoreMultinodeIT.testFetchState fails randomly

Vojtech Juranek (JIRA) issues at jboss.org
Tue Mar 24 09:32:19 EDT 2015


    [ https://issues.jboss.org/browse/ISPN-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052956#comment-13052956 ] 

Vojtech Juranek commented on ISPN-5321:
---------------------------------------

very likely caused by [0ce9ec9|https://github.com/infinispan/infinispan/commit/0ce9ec9258605f6955fb20838c1aa6bc3ae0e892] - state transfer chunks are not processed in synchronous manner any more, so {{k1}} can be processed sooner and later on evicted

> StringBasedStoreMultinodeIT.testFetchState fails randomly
> ---------------------------------------------------------
>
>                 Key: ISPN-5321
>                 URL: https://issues.jboss.org/browse/ISPN-5321
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Server
>            Reporter: Vojtech Juranek
>
> Fails as {{k1}} enrtyr is evicted instead of expected {{k2}}:
> {noformat}
> java.lang.AssertionError: expected null, but was:<[B at 636e6f73>
>     at org.junit.Assert.fail(Assert.java:88)
>     at org.junit.Assert.failNotNull(Assert.java:664)
>     at org.junit.Assert.assertNull(Assert.java:646)
>     at org.junit.Assert.assertNull(Assert.java:656)
>     at org.infinispan.server.test.cs.jdbc.multinode.StringBasedStoreMultinodeIT.testFetchState(StringBasedStoreMultinodeIT.java:60)
> {noformat}
> see e.g. [this CI build|http://ci.infinispan.org/viewLog.html?buildId=24519&tab=buildResultsDiv&buildTypeId=bt8&logTab=]



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list