[
https://issues.jboss.org/browse/ISPN-2519?page=com.atlassian.jira.plugin....
]
Anna Manukyan edited comment on ISPN-2519 at 3/5/13 9:29 AM:
-------------------------------------------------------------
Hmmm, interesting - I run the job for all environments and the tests doesn't fail at
all. 10 pass from 10.
But I run the tests on my local too, and they are randomly failing with assertion error:
{code}
2013-03-05 15:23:27,619 WARN [AsyncStore] (main) ISPN000142: The async store shutdown
timeout (25000 ms) is too high compared to cache stop timeout (1000 ms), so instead using
900 ms for async store stop wait
2013-03-05 15:23:27,626 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k3' expected value: 'V1992' actual value: 'null'
2013-03-05 15:23:27,626 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k11' expected value: 'V1987' actual value: 'V1805'
2013-03-05 15:23:27,626 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k4' expected value: 'V1993' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k5' expected value: 'V1994' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k6' expected value: 'V1995' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k7' expected value: 'V1996' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k8' expected value: 'V1997' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k9' expected value: 'V1998' actual value: 'null'
2013-03-05 15:23:27,628 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k0' expected value: 'V1989' actual value: 'null'
2013-03-05 15:23:27,628 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k1' expected value: 'V1990' actual value: 'null'
2013-03-05 15:23:27,628 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k2' expected value: 'V1991' actual value: 'null'
java.lang.AssertionError: expected [false] but found [true]
at org.testng.Assert.fail(Assert.java:89)
at org.testng.Assert.failNotEquals(Assert.java:489)
at org.testng.Assert.assertFalse(Assert.java:58)
at org.testng.Assert.assertFalse(Assert.java:68)
at
org.infinispan.loaders.decorators.BatchAsyncCacheStoreTest.indexWasStored(BatchAsyncCacheStoreTest.java:114)
{code}
was (Author: amanukyan):
Hmmm, interesting - I run the job for all environments and the tests doesn't fail
at all. 10 pass from 10.
But I run the tests on my local too, and they are randomly failing but with another
error:
{code}
2013-03-05 15:23:27,619 WARN [AsyncStore] (main) ISPN000142: The async store shutdown
timeout (25000 ms) is too high compared to cache stop timeout (1000 ms), so instead using
900 ms for async store stop wait
2013-03-05 15:23:27,626 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k3' expected value: 'V1992' actual value: 'null'
2013-03-05 15:23:27,626 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k11' expected value: 'V1987' actual value: 'V1805'
2013-03-05 15:23:27,626 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k4' expected value: 'V1993' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k5' expected value: 'V1994' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k6' expected value: 'V1995' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k7' expected value: 'V1996' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k8' expected value: 'V1997' actual value: 'null'
2013-03-05 15:23:27,627 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k9' expected value: 'V1998' actual value: 'null'
2013-03-05 15:23:27,628 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k0' expected value: 'V1989' actual value: 'null'
2013-03-05 15:23:27,628 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k1' expected value: 'V1990' actual value: 'null'
2013-03-05 15:23:27,628 ERROR [BatchAsyncCacheStoreTest] (main) Failure on key
'k2' expected value: 'V1991' actual value: 'null'
java.lang.AssertionError: expected [false] but found [true]
at org.testng.Assert.fail(Assert.java:89)
at org.testng.Assert.failNotEquals(Assert.java:489)
at org.testng.Assert.assertFalse(Assert.java:58)
at org.testng.Assert.assertFalse(Assert.java:68)
at
org.infinispan.loaders.decorators.BatchAsyncCacheStoreTest.indexWasStored(BatchAsyncCacheStoreTest.java:114)
{code}
Test
org.infinispan.loaders.decorators.BatchAsyncCacheStoreTest.indexWasStored fails randomly
---------------------------------------------------------------------------------------------
Key: ISPN-2519
URL:
https://issues.jboss.org/browse/ISPN-2519
Project: Infinispan
Issue Type: Bug
Components: Test Suite
Reporter: Anna Manukyan
Assignee: Mircea Markus
Labels: testsuite_stability
Fix For: 5.3.0.Alpha1
Attachments: trace-infinispan.log.gz
The failure takes place in case of running testsuit for JDG.
Failure log:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EDG6/view/EDG-REPOR...
Another failure:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/edg-60-ispn-testsuite...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira