[JBoss JIRA] (ISPN-5488) DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges random failures
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5488?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-5488:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1210236
> DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges random failures
> -----------------------------------------------------------------------------------
>
> Key: ISPN-5488
> URL: https://issues.jboss.org/browse/ISPN-5488
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 7.2.1.Final
> Reporter: Dan Berindei
> Priority: Blocker
> Labels: testsuite_stability
> Fix For: 8.0.0.Alpha1
>
>
> The test assumes that the client's topology information is updated before {{waitForRehash}} returns, but that is not guaranteed. The test should either use {{eventually()}}, or wait for the PutHammer thread to finish one more operation, before checking the client's servers list.
> {noformat}
> java.lang.AssertionError: expected:<1> but was:<2>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
> at org.infinispan.client.hotrod.DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges(DistTopologyChangeUnderLoadTest.java:62)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (ISPN-5488) DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges random failures
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-5488?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño reassigned ISPN-5488:
--------------------------------------
Assignee: Galder Zamarreño
> DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges random failures
> -----------------------------------------------------------------------------------
>
> Key: ISPN-5488
> URL: https://issues.jboss.org/browse/ISPN-5488
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 7.2.1.Final
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
> Priority: Blocker
> Labels: testsuite_stability
> Fix For: 8.0.0.Alpha1
>
>
> The test assumes that the client's topology information is updated before {{waitForRehash}} returns, but that is not guaranteed. The test should either use {{eventually()}}, or wait for the PutHammer thread to finish one more operation, before checking the client's servers list.
> {noformat}
> java.lang.AssertionError: expected:<1> but was:<2>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
> at org.infinispan.client.hotrod.DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges(DistTopologyChangeUnderLoadTest.java:62)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (ISPN-5488) DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges random failures
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-5488?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-5488:
-----------------------------------
Status: Open (was: New)
> DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges random failures
> -----------------------------------------------------------------------------------
>
> Key: ISPN-5488
> URL: https://issues.jboss.org/browse/ISPN-5488
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 7.2.1.Final
> Reporter: Dan Berindei
> Assignee: Galder Zamarreño
> Priority: Blocker
> Labels: testsuite_stability
> Fix For: 8.0.0.Alpha1
>
>
> The test assumes that the client's topology information is updated before {{waitForRehash}} returns, but that is not guaranteed. The test should either use {{eventually()}}, or wait for the PutHammer thread to finish one more operation, before checking the client's servers list.
> {noformat}
> java.lang.AssertionError: expected:<1> but was:<2>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
> at org.infinispan.client.hotrod.DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges(DistTopologyChangeUnderLoadTest.java:62)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (ISPN-5490) Cache.clear() does not clear the cache store with async store
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-5490:
--------------------------------------
Summary: Cache.clear() does not clear the cache store with async store
Key: ISPN-5490
URL: https://issues.jboss.org/browse/ISPN-5490
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 7.2.1.Final
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 7.2.2.Final, 8.0.0.Alpha1, 8.0.0.Final
AsyncCacheWriter and AdvancedAsyncCacheWriter do not implement {{clear()}} operation correctly since they do not actually call to the actual cache store to delete data from it.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months
[JBoss JIRA] (ISPN-5489) Remove redundant jdk 8 backport classes
by William Burns (JIRA)
William Burns created ISPN-5489:
-----------------------------------
Summary: Remove redundant jdk 8 backport classes
Key: ISPN-5489
URL: https://issues.jboss.org/browse/ISPN-5489
Project: Infinispan
Issue Type: Enhancement
Components: Core
Reporter: William Burns
Assignee: William Burns
Fix For: 8.0.0.Alpha1
Now that we are on Java 8 we can remove a lot of the backported Java 8 classes and use the new and updated standard classes.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 7 months