[JBoss JIRA] (ISPN-6874) Merge suite.security and suite.security.manual profiles
by Vojtech Juranek (JIRA)
Vojtech Juranek created ISPN-6874:
-------------------------------------
Summary: Merge suite.security and suite.security.manual profiles
Key: ISPN-6874
URL: https://issues.jboss.org/browse/ISPN-6874
Project: Infinispan
Issue Type: Task
Components: Test Suite - Server
Reporter: Vojtech Juranek
Assignee: Vojtech Juranek
Server testsuite profiles {{suite.security}} and {{suite.security.manual}} don't work well, running any of these two profiles will trigger all security tests and tests contained in former or later profile fail. Moreover there's no reason to keep two separate profiles as none of these profiles is run by CI.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6873) Upgrade asciidoctor-maven-plugin to 1.5.4 (once it's released)
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-6873:
-----------------------------------------
Summary: Upgrade asciidoctor-maven-plugin to 1.5.4 (once it's released)
Key: ISPN-6873
URL: https://issues.jboss.org/browse/ISPN-6873
Project: Infinispan
Issue Type: Component Upgrade
Components: Build process
Affects Versions: 9.0.0.Alpha3
Environment: * Windows :)
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Minor
Currently our Windows build fails on [generating documentation|http://ci.infinispan.org/viewLog.html?tab=buildLog&logTab=t...]:
{code}
Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:1.5.3:process-asciidoc (pdf) on project infinispan-docs: Execution pdf of goal org.asciidoctor:asciidoctor-maven-plugin:1.5.3:process-asciidoc failed: (Errno::ENOENT) C:/BuildAgent/system/jetbrains.maven.runner/maven.repo.local-bt59/org/asciidoctor/asciidoctorj-pdf/1.5.0-alpha.11/asciidoctorj-pdf-1.5.0-alpha.11.jar!C:/gems/addressable-2.4.0/data/unicode.data
[03:43:13]##teamcity[projectFinished tc:tags='tc:internal' projectId='org.infinispan:infinispan-docs:jar:9.0.0-SNAPSHOT']
{code}
This is a knows issue of asciidoctor-maven-plugin (see [here|https://github.com/asciidoctor/asciidoctorj/issues/416]).
I temporarily disabled building distribution during Windows build (it should be re-enabled after this issue is fixed).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6872) SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave fails
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-6872:
-----------------------------------------
Summary: SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave fails
Key: ISPN-6872
URL: https://issues.jboss.org/browse/ISPN-6872
Project: Infinispan
Issue Type: Bug
Reporter: Sebastian Łaskawiec
Assignee: Pedro Ruivo
http://ci.infinispan.org/viewLog.html?buildId=41169&tab=buildResultsDiv&b...
{code}
java.lang.AssertionError: expected:<ok> but was:<Unable to pushState to 'NYC'. org.infinispan.commons.CacheException: Problems invoking command.>
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:101)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:108)
at org.infinispan.xsite.statetransfer.failures.AbstractTopologyChangeTest.startStateTransfer(AbstractTopologyChangeTest.java:144)
at org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.doXSiteStateTransferDuringTopologyChange(SiteConsumerTopologyChangeTest.java:174)
at org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave(SiteConsumerTopologyChangeTest.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
------- Stdout: -------
[TestSuiteProgress] Test starting: org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave
[TestSuiteProgress] Test failed: org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave
13:00:25,879 ERROR (testng-SiteConsumerTopologyChangeTest) [TestSuiteProgress] Test failed: org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave
java.lang.AssertionError: expected:<ok> but was:<Unable to pushState to 'NYC'. org.infinispan.commons.CacheException: Problems invoking command.>
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:101)
at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:108)
at org.infinispan.xsite.statetransfer.failures.AbstractTopologyChangeTest.startStateTransfer(AbstractTopologyChangeTest.java:144)
at org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.doXSiteStateTransferDuringTopologyChange(SiteConsumerTopologyChangeTest.java:174)
at org.infinispan.xsite.statetransfer.failures.SiteConsumerTopologyChangeTest.testXSiteSTDuringLeave(SiteConsumerTopologyChangeTest.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)[TestSuiteProgress] Tests succeeded: 63, failed: 1, skipped: 0
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6871) DistWriteSkewAtomicMapAPITest.testWriteSkewOnBackupOwner fails
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-6871:
-----------------------------------------
Summary: DistWriteSkewAtomicMapAPITest.testWriteSkewOnBackupOwner fails
Key: ISPN-6871
URL: https://issues.jboss.org/browse/ISPN-6871
Project: Infinispan
Issue Type: Bug
Reporter: Sebastian Łaskawiec
Assignee: Pedro Ruivo
http://ci.infinispan.org/viewLog.html?buildId=41169&tab=buildResultsDiv&b...
{code}
org.infinispan.commons.CacheException: Could not commit implicit transaction
at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1738)
at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1692)
at org.infinispan.cache.impl.CacheImpl.putIfAbsentInternal(CacheImpl.java:1262)
at org.infinispan.cache.impl.CacheImpl.putIfAbsent(CacheImpl.java:1250)
at org.infinispan.cache.impl.CacheImpl.putIfAbsent(CacheImpl.java:1783)
at org.infinispan.cache.impl.CacheImpl.putIfAbsent(CacheImpl.java:276)
at org.infinispan.atomic.impl.AtomicHashMap.newInstance(AtomicHashMap.java:65)
at org.infinispan.atomic.AtomicMapLookup.getMap(AtomicMapLookup.java:104)
at org.infinispan.atomic.AtomicMapLookup.getAtomicMap(AtomicMapLookup.java:69)
at org.infinispan.atomic.DistWriteSkewAtomicMapAPITest.doWriteSkewTest(DistWriteSkewAtomicMapAPITest.java:66)
at org.infinispan.atomic.DistWriteSkewAtomicMapAPITest.testWriteSkewOnBackupOwner(DistWriteSkewAtomicMapAPITest.java:37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
at org.testng.TestRunner.privateRun(TestRunner.java:767)
at org.testng.TestRunner.run(TestRunner.java:617)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: javax.transaction.RollbackException: ARJUNA016053: Could not commit transaction.
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1212)
at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:126)
at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1735)
... 30 more
Suppressed: javax.transaction.xa.XAException
at org.infinispan.transaction.impl.TransactionCoordinator.prepare(TransactionCoordinator.java:149)
at org.infinispan.transaction.impl.TransactionCoordinator.prepare(TransactionCoordinator.java:112)
at org.infinispan.transaction.xa.XaTransactionTable.commit(XaTransactionTable.java:124)
at org.infinispan.transaction.xa.TransactionXaAdapter.commit(TransactionXaAdapter.java:68)
at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelOnePhaseCommit(XAResourceRecord.java:698)
at com.arjuna.ats.arjuna.coordinator.BasicAction.onePhaseCommit(BasicAction.java:2364)
at com.arjuna.ats.arjuna.coordinator.BasicAction.End(BasicAction.java:1518)
at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:96)
at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:162)
at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1200)
... 32 more
Caused by: org.infinispan.util.concurrent.TimeoutException: Replication timeout for DistWriteSkewAtomicMapAPITest-NodeA-40525
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:822)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$305(JGroupsTransport.java:662)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport$$Lambda$111/268062080.apply(Unknown Source)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1954)
at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)
at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
... 3 more
------- Stdout: -------
11:53:36,435 ERROR (testng-ThreeWaySplitAndMergeTest) [InvocationContextInterceptor] ISPN000136: Error executing command GetKeyValueCommand, writing keys []
org.infinispan.partitionhandling.AvailabilityException: ISPN000306: Key 'MagicKey#k0{a697a9f1/88@ThreeWaySplitAndMergeTest-NodeA-52770}' is not available. Not all owners are in this partition
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.doCheck(PartitionHandlingManagerImpl.java:246)
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.checkRead(PartitionHandlingManagerImpl.java:98)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.postOperationPartitionCheck(PartitionHandlingInterceptor.java:188)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.lambda$handleDataReadCommand$401(PartitionHandlingInterceptor.java:145)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor$$Lambda$1701/122466761.handle(Unknown Source)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlerSync(BaseAsyncInvocationContext.java:493)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlersSync(BaseAsyncInvocationContext.java:125)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.forkInvocationSync(BaseAsyncInvocationContext.java:99)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeForkAndHandlerSync(BaseAsyncInvocationContext.java:474)11:53:36,436 ERROR (testng-ThreeWaySplitAndMergeTest) [InvocationContextInterceptor] ISPN000136: Error executing command GetKeyValueCommand, writing keys []
org.infinispan.partitionhandling.AvailabilityException: ISPN000306: Key 'MagicKey#k1{eb4513c3/27@ThreeWaySplitAndMergeTest-NodeB-40451}' is not available. Not all owners are in this partition
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.doCheck(PartitionHandlingManagerImpl.java:246)
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.checkRead(PartitionHandlingManagerImpl.java:98)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.postOperationPartitionCheck(PartitionHandlingInterceptor.java:188)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.lambda$handleDataReadCommand$401(PartitionHandlingInterceptor.java:145)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor$$Lambda$1701/122466761.handle(Unknown Source)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlerSync(BaseAsyncInvocationContext.java:493)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlersSync(BaseAsyncInvocationContext.java:125)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.forkInvocationSync(BaseAsyncInvocationContext.java:99)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeForkAndHandlerSync(BaseAsyncInvocationContext.java:474)11:53:36,437 ERROR (testng-ThreeWaySplitAndMergeTest) [InvocationContextInterceptor] ISPN000136: Error executing command GetKeyValueCommand, writing keys []
org.infinispan.partitionhandling.AvailabilityException: ISPN000306: Key 'MagicKey#k2{51fd7465/232@ThreeWaySplitAndMergeTest-NodeC-63852}' is not available. Not all owners are in this partition
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.doCheck(PartitionHandlingManagerImpl.java:246)
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.checkRead(PartitionHandlingManagerImpl.java:98)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.postOperationPartitionCheck(PartitionHandlingInterceptor.java:188)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.lambda$handleDataReadCommand$401(PartitionHandlingInterceptor.java:145)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor$$Lambda$1701/122466761.handle(Unknown Source)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlerSync(BaseAsyncInvocationContext.java:493)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlersSync(BaseAsyncInvocationContext.java:125)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.forkInvocationSync(BaseAsyncInvocationContext.java:99)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeForkAndHandlerSync(BaseAsyncInvocationContext.java:474)11:53:36,438 ERROR (testng-ThreeWaySplitAndMergeTest) [InvocationContextInterceptor] ISPN000136: Error executing command GetKeyValueCommand, writing keys []
org.infinispan.partitionhandling.AvailabilityException: ISPN000306: Key 'MagicKey#null{3c463361/54@ThreeWaySplitAndMergeTest-NodeD-12108}' is not available. Not all owners are in this partition
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.doCheck(PartitionHandlingManagerImpl.java:246)
at org.infinispan.partitionhandling.impl.PartitionHandlingManagerImpl.checkRead(PartitionHandlingManagerImpl.java:98)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.postOperationPartitionCheck(PartitionHandlingInterceptor.java:188)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor.lambda$handleDataReadCommand$401(PartitionHandlingInterceptor.java:145)
at org.infinispan.partitionhandling.impl.PartitionHandlingInterceptor$$Lambda$1701/122466761.handle(Unknown Source)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlerSync(BaseAsyncInvocationContext.java:493)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlersSync(BaseAsyncInvocationContext.java:125)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.forkInvocationSync(BaseAsyncInvocationContext.java:99)
at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeForkAndHandlerSync(BaseAsyncInvocationContext.java:474)11:53:36,465 ERROR (testng-DistWriteSkewAtomicMapAPITest) [InvocationContextInterceptor] ISPN000136: Error executing command VersionedPrepareCommand, writing keys [MagicKey#null{4985d761/246@DistWriteSkewAtomicMapAPITest-NodeA-40525}]
org.infinispan.util.concurrent.TimeoutException: Replication timeout for DistWriteSkewAtomicMapAPITest-NodeA-40525
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:822)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$305(JGroupsTransport.java:662)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport$$Lambda$111/268062080.apply(Unknown Source)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1954)
at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)
at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)11:53:36,477 ERROR (testng-DistWriteSkewAtomicMapAPITest) [TransactionCoordinator] ISPN000255: Error while processing prepare
org.infinispan.util.concurrent.TimeoutException: Replication timeout for DistWriteSkewAtomicMapAPITest-NodeA-40525
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:822)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$305(JGroupsTransport.java:662)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport$$Lambda$111/268062080.apply(Unknown Source)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1954)
at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:47)
at org.infinispan.remoting.transport.jgroups.RspListFuture.call(RspListFuture.java:16)[TestSuiteProgress] Test failed: org.infinispan.atomic.DistWriteSkewAtomicMapAPITest.testWriteSkewOnBackupOwner
11:53:36,484 ERROR (testng-DistWriteSkewAtomicMapAPITest) [TestSuiteProgress] Test failed: org.infinispan.atomic.DistWriteSkewAtomicMapAPITest.testWriteSkewOnBackupOwner
org.infinispan.commons.CacheException: Could not commit implicit transaction
at org.infinispan.cache.impl.CacheImpl.tryCommit(CacheImpl.java:1738)
at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1692)
at org.infinispan.cache.impl.CacheImpl.putIfAbsentInternal(CacheImpl.java:1262)
at org.infinispan.cache.impl.CacheImpl.putIfAbsent(CacheImpl.java:1250)
at org.infinispan.cache.impl.CacheImpl.putIfAbsent(CacheImpl.java:1783)
at org.infinispan.cache.impl.CacheImpl.putIfAbsent(CacheImpl.java:276)
at org.infinispan.atomic.impl.AtomicHashMap.newInstance(AtomicHashMap.java:65)
at org.infinispan.atomic.AtomicMapLookup.getMap(AtomicMapLookup.java:104)
at org.infinispan.atomic.AtomicMapLookup.getAtomicMap(AtomicMapLookup.java:69)[TestSuiteProgress] Tests succeeded: 6717, failed: 1, skipped: 0
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6870) Add CDI tests to Wildfly based integration tests
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-6870:
-----------------------------------------
Summary: Add CDI tests to Wildfly based integration tests
Key: ISPN-6870
URL: https://issues.jboss.org/browse/ISPN-6870
Project: Infinispan
Issue Type: Enhancement
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
Priority: Minor
Currently in `all-embedded-it` and `all-remote-it` we use Arquillian embedded. Of course Arqullian EE embedded is much more tolerant then Wildfly, which sometimes results in deployment errors.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6868) Expose extra configuration for the SSLContext protocol in the Hot Rod client
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6868?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6868:
------------------------------------
Affects Version/s: (was: 8.2.3.Final)
> Expose extra configuration for the SSLContext protocol in the Hot Rod client
> ----------------------------------------------------------------------------
>
> Key: ISPN-6868
> URL: https://issues.jboss.org/browse/ISPN-6868
> Project: Infinispan
> Issue Type: Bug
> Components: Security
> Affects Versions: 9.0.0.Alpha3
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Currently in the HotRod client the {{SSLContext}} is created with the hardcoded "TLS" protocol, and this can only be overriden by providing a whole custom instance of {{SSLContext}} programmatically. We should provide an extra property to change the protocol for the default SSLContext case, allowing it to be supported via properties files
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months