[JBoss JIRA] (ISPN-4168) Server/Integration/TestSuite ignores tests failure for build
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4168?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-4168:
--------------------------------
Description: The server/integration/testsuite/pom.xml has a line to ignore test failures in it. We shouldn't be doing this at it causes command line to not fail, which many developers rely on to verify tests.
> Server/Integration/TestSuite ignores tests failure for build
> ------------------------------------------------------------
>
> Key: ISPN-4168
> URL: https://issues.jboss.org/browse/ISPN-4168
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.0.0.Alpha1
> Reporter: William Burns
> Assignee: Mircea Markus
> Fix For: 7.0.0.Alpha2, 7.0.0.Final
>
>
> The server/integration/testsuite/pom.xml has a line to ignore test failures in it. We shouldn't be doing this at it causes command line to not fail, which many developers rely on to verify tests.
--
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
12 years
[JBoss JIRA] (ISPN-4167) DummyBaseTransactionManager doesn't clean up when rollback fails
by Dan Berindei (JIRA)
Dan Berindei created ISPN-4167:
----------------------------------
Summary: DummyBaseTransactionManager doesn't clean up when rollback fails
Key: ISPN-4167
URL: https://issues.jboss.org/browse/ISPN-4167
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 6.0.2.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 7.0.0.Alpha3
If the rollback fails, the thread local holding the current transaction is not cleared, and it becomes impossible to start a new transaction on the same thread.
One way this can happen is when Infinispan registers as a XA transaction, but DummyTransactionManager is not configured to use XA Xids:
{noformat}
12:47:57,169 ERROR (testng-ReplicationExceptionTest:) [DummyTransaction] ISPN000098: Exception while rollback
java.lang.UnsupportedOperationException
at org.infinispan.transaction.tm.DummyNoXaXid.getBranchQualifier(DummyNoXaXid.java:30)
at org.infinispan.transaction.xa.recovery.SerializableXid.<init>(SerializableXid.java:37)
at org.infinispan.transaction.xa.TransactionXaAdapter.convertXid(TransactionXaAdapter.java:251)
at org.infinispan.transaction.xa.TransactionXaAdapter.rollback(TransactionXaAdapter.java:122)
at org.infinispan.transaction.tm.DummyTransaction.runRollback(DummyTransaction.java:281)
at org.infinispan.transaction.tm.DummyTransaction.rollback(DummyTransaction.java:88)
at org.infinispan.transaction.tm.DummyBaseTransactionManager.rollback(DummyBaseTransactionManager.java:104)
at org.infinispan.CacheImpl.tryRollback(CacheImpl.java:1442)
at org.infinispan.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1418)
at org.infinispan.CacheImpl.putInternal(CacheImpl.java:894)
at org.infinispan.CacheImpl.put(CacheImpl.java:886)
at org.infinispan.CacheImpl.put(CacheImpl.java:1461)
at org.infinispan.CacheImpl.put(CacheImpl.java:225)
at org.infinispan.tx.synchronisation.ReplicationExceptionTest.testSyncReplTimeout(ReplicationExceptionTest.java:54)
{noformat}
--
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
12 years
[JBoss JIRA] (ISPN-4104) Generic store cache child creation fails
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4104?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4104:
-----------------------------------------------
Martin Gencur <mgencur(a)redhat.com> changed the Status of [bug 1076047|https://bugzilla.redhat.com/show_bug.cgi?id=1076047] from MODIFIED to ON_QA
> Generic store cache child creation fails
> ----------------------------------------
>
> Key: ISPN-4104
> URL: https://issues.jboss.org/browse/ISPN-4104
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 6.0.1.Final, 7.0.0.Alpha1
> Reporter: Tomas Sykora
> Assignee: William Burns
> Fix For: 7.0.0.Alpha2, 7.0.0.Final
>
>
> This issue is similar to: https://issues.jboss.org/browse/ISPN-4103
> I can see this error during server restart:
> 10:38:01,682 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 19) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "infinispan"),
> ("cache-container" => "clustered"),
> ("distributed-cache" => "namedCache")
> ]) - failure description: "JBAS010292: org.infinispan.persistence.file.SingleFileStore is not a valid cache store"
> After issuing of operation this configuration fragment is added into standalone.xml configuration file: <store name="genericStore" class="org.infinispan.persistence.file.SingleFileStore" preload="true" passivation="false" purge="false"/>
> Child creation using not generic, but pure File Cache Store option works OK. Store is configured and using this class: org.infinispan.persistence.file.SingleFileStore, however, when trying to do the same using generic store creation, it fails.
> See error in linked JIRA (for loader) as I suspect there is the same cause for this.
--
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
12 years