[JBoss JIRA] (ISPN-6827) ReplTotalOrderVersionedStateTransferTest.testStateTransfer random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-6827?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-6827:
--------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha4)
> ReplTotalOrderVersionedStateTransferTest.testStateTransfer random failures
> ---------------------------------------------------------------------------
>
> Key: ISPN-6827
> URL: https://issues.jboss.org/browse/ISPN-6827
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 9.0.0.Alpha2
> Reporter: Dan Berindei
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.0.0.Beta1
>
> Attachments: ReplTotalOrderVersionedStateTransferTest_pr_rvansa_ISPN-5989_20160314.log.zip
>
>
> {noformat}
> java.lang.RuntimeException: Timed out waiting for rebalancing to complete on node ReplTotalOrderVersionedStateTransferTest-NodeB-17608, expected member list is [ReplTotalOrderVersionedStateTransferTest-NodeB-17608, ReplTotalOrderVersionedStateTransferTest-NodeC-39826], current member list is [ReplTotalOrderVersionedStateTransferTest-NodeA-54647, ReplTotalOrderVersionedStateTransferTest-NodeB-17608, ReplTotalOrderVersionedStateTransferTest-NodeC-39826]!
> at org.infinispan.test.TestingUtil.waitForRehashToComplete(TestingUtil.java:267)
> at org.infinispan.test.TestingUtil.waitForRehashToComplete(TestingUtil.java:277)
> at org.infinispan.container.versioning.VersionedReplStateTransferTest.testStateTransfer(VersionedReplStateTransferTest.java:74)
> {noformat}
> http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-7264982...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6819) SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-6819?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-6819:
--------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha4)
> SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
> ----------------------------------------------------------------------------------
>
> Key: ISPN-6819
> URL: https://issues.jboss.org/browse/ISPN-6819
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 9.0.0.Alpha2
> Reporter: Dan Berindei
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.0.0.Beta1
>
>
> {noformat}
> java.lang.AssertionError: expected:<0> but was:<3>
> 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.distribution.rehash.SharedStoreInvalidationDuringRehashTest.checkContentAndInvalidations(SharedStoreInvalidationDuringRehashTest.java:213)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.doTest(SharedStoreInvalidationDuringRehashTest.java:135)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.testRehashWithoutPreload(SharedStoreInvalidationDuringRehashTest.java:122)
> {noformat}
> http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-7068250...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6922) Support for loading keystores from classpath in the Hot Rod client
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-6922?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-6922:
--------------------------------
Fix Version/s: 9.0.0.Beta1
(was: 9.0.0.Alpha4)
> Support for loading keystores from classpath in the Hot Rod client
> ------------------------------------------------------------------
>
> Key: ISPN-6922
> URL: https://issues.jboss.org/browse/ISPN-6922
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 9.0.0.Alpha3, 8.2.3.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.0.0.Beta1, 8.2.4.Final
>
>
> Configuration of truststores and keystores in the Hot Rod client only work with files, In certain situation the application is packaged together with the hotrod client in a single jar and thus cannot load the keystores.
> Suggestion of supporting classpath resources:
> {code:title=hotrod-client.properties}
> infinispan.client.hotrod.trust_store_file_name=classpath:/some/loc/truststore.jks
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6922) Support for loading keystores from classpath in the Hot Rod client
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-6922?page=com.atlassian.jira.plugin.... ]
William Burns commented on ISPN-6922:
-------------------------------------
Master has been integrated.
> Support for loading keystores from classpath in the Hot Rod client
> ------------------------------------------------------------------
>
> Key: ISPN-6922
> URL: https://issues.jboss.org/browse/ISPN-6922
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 9.0.0.Alpha3, 8.2.3.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.0.0.Alpha4, 8.2.4.Final
>
>
> Configuration of truststores and keystores in the Hot Rod client only work with files, In certain situation the application is packaged together with the hotrod client in a single jar and thus cannot load the keystores.
> Suggestion of supporting classpath resources:
> {code:title=hotrod-client.properties}
> infinispan.client.hotrod.trust_store_file_name=classpath:/some/loc/truststore.jks
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6922) Support for loading keystores from classpath in the Hot Rod client
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6922?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6922:
------------------------------------
Status: Open (was: New)
> Support for loading keystores from classpath in the Hot Rod client
> ------------------------------------------------------------------
>
> Key: ISPN-6922
> URL: https://issues.jboss.org/browse/ISPN-6922
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 9.0.0.Alpha3, 8.2.3.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.0.0.Alpha4, 8.2.4.Final
>
>
> Configuration of truststores and keystores in the Hot Rod client only work with files, In certain situation the application is packaged together with the hotrod client in a single jar and thus cannot load the keystores.
> Suggestion of supporting classpath resources:
> {code:title=hotrod-client.properties}
> infinispan.client.hotrod.trust_store_file_name=classpath:/some/loc/truststore.jks
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months