[
https://issues.jboss.org/browse/WFLY-6965?page=com.atlassian.jira.plugin....
]
Radoslav Husar edited comment on WFLY-6965 at 8/19/16 6:44 AM:
---------------------------------------------------------------
Analyzed and enabled 4 cases in a PR
https://github.com/wildfly/wildfly/pull/9131
RemoteFailoverTestCase already has PR submitted since 2015.
Fine/CoarseSessionPassivationTestCase fail intermittently probably due to Infinispan
issue.
WFLY-835 is being fixed by Mike M.
was (Author: rhusar):
Analyzed and enabled 4 cases in a PR
https://github.com/wildfly/wildfly/pull/9131
RemoteFailoverTestCase already has PR submitted since 2015.
Fine/CoarseSessionPassivationTestCase fail intermittently probably due to Infinispan
issue.
Audit @Ignore-d clustering integration tests
--------------------------------------------
Key: WFLY-6965
URL:
https://issues.jboss.org/browse/WFLY-6965
Project: WildFly
Issue Type: Task
Components: Clustering
Affects Versions: 10.1.0.CR1
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 11.0.0.Alpha1
Recently stumbling upon an @Ignore-d test which would have caught a regression, we need
to audit ignored clustering tests, e.g. some are referencing already fixed issues.
{noformat}
[rhusar@syrah clustering]$ git grep @Ignore
src/test/java/org/jboss/as/test/clustering/cluster/ejb/remote/RemoteFailoverTestCase.java:
@Ignore("WFLY-3532")
src/test/java/org/jboss/as/test/clustering/cluster/ejb/stateful/StatefulFailoverTestCase.java:
@Ignore("WFLY-835 @Resource UserTransaction error when file passivation store is
selected")
src/test/java/org/jboss/as/test/clustering/cluster/web/passivation/CoarseSessionPassivationTestCase.java:@Ignore("WFLY-6624")
src/test/java/org/jboss/as/test/clustering/cluster/web/passivation/FineSessionPassivationTestCase.java:@Ignore("WFLY-6624")
src/test/java/org/jboss/as/test/clustering/extended/ejb2/stateful/passivation/ClusterPassivationTestCase.java:
@Ignore("JBPAPP-8774")
src/test/java/org/jboss/as/test/clustering/extended/ejb2/stateful/remote/failover/dd/RemoteEJB2ClientStatefulBeanFailoverDDTestCase.java:
@Ignore("JBPAPP-8726")
src/test/java/org/jboss/as/test/clustering/extended/ejb2/stateful/remote/failover/dd/RemoteEJB2ClientStatefulBeanFailoverDDTestCase.java:
@Ignore("JBPAPP-8726")
src/test/java/org/jboss/as/test/clustering/single/jdbcstore/TransactionalJdbcStoreTestCase.java:@Ignore("https://issues.jboss.org/browse/ISPN-604")
src/test/java/org/jboss/as/test/clustering/xsite/XSiteSimpleTestCase.java:
@Ignore("https://issues.jboss.org/browse/WFLY-5239")
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)