[
https://issues.jboss.org/browse/ISPN-4889?page=com.atlassian.jira.plugin....
]
Gustavo Fernandes edited comment on ISPN-4889 at 12/4/14 11:25 AM:
-------------------------------------------------------------------
Was able to reproduce with:
{code}
loop 100 taskset -c 0,1 mvn test | tee log.txt
{code}
where loop is defined as
{code}
function loop { seq 1 $1| { shift; xargs -i -- "$@"; } }
{code}
The issue seems to be the same as to other similar randomly failing tests in the lucene
directory suite. For some reason, sometimes, there's a key in the Chunkcache with no
value, so doing:
{code}
Object value = cache.get(existingChunkKey);
{code}
returns null.
was (Author: gustavonalle):
Was able to reproduce with:
{code}
loop 100 taskset -c 0,1 mvn test | tee log.txt
{code}
where loop is defined as
{code}
function loop { seq 1 $1| { shift; xargs -i -- "$@"; } }
{code}
The issue seems to be the same as to other similar randomly failing tests in the lucene
directory suite. For some reason, soemtimes, there's a key in the Chunkcache with no
value, so doing:
{code}
Object value = cache.get(existingChunkKey);
{code}
returns null.
SimpleLuceneTest.testCacheReuse random failures
-----------------------------------------------
Key: ISPN-4889
URL:
https://issues.jboss.org/browse/ISPN-4889
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Query
Affects Versions: 7.0.0.CR2
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
http://ci.infinispan.org/project.html?projectId=Infinispan&buildTypeI...
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)