]
Vojtech Juranek updated ISPN-5321:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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
Assignee: Vojtech Juranek
Fails as {{k1}} enrtyr is evicted instead of expected {{k2}}:
{noformat}
java.lang.AssertionError: expected null, but was:<[B@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=buildRe...]