[
https://issues.apache.org/jira/browse/GEODE-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-1442.
-------------------------------------
Resolution: Duplicate
same as GEODE-1441
> PRDistTXDUnitTest is disabled
> -----------------------------
>
> Key: GEODE-1442
> URL: https://issues.apache.org/jira/browse/GEODE-1442
> Project: Geode
> Issue Type: Bug
> Components: transactions
> Reporter: Kirk Lund
>
> Fix this mess...
> {noformat}
> @Category(DistributedTest.class)
> public class PRDistTXDUnitTest extends PRTransactionDUnitTest {
> @Override
> public Properties getDistributedSystemProperties() {
> Properties props = super.getDistributedSystemProperties();
> props.setProperty(DistributionConfig.DISTRIBUTED_TRANSACTIONS_NAME,
> "true");
> return props;
> }
>
> @Ignore("[DISTTX] TODO test overridden and intentionally left blank as they
> fail.")
> @Test
> public void testBasicPRTransactionRedundancy0() {
> }
> @Ignore("[DISTTX] TODO test overridden and intentionally left blank as they
> fail.")
> @Test
> public void testBasicPRTransactionRedundancy1() {
> }
> @Ignore("[DISTTX] TODO test overridden and intentionally left blank as they
> fail.")
> @Test
> public void testBasicPRTransactionRedundancy2() {
> }
> @Ignore("[DISTTX] TODO test overridden and intentionally left blank as they
> fail.")
> @Test
> public void testBasicPRTransactionNoDataRedundancy0() {
> }
> @Ignore("[DISTTX] TODO test overridden and intentionally left blank as they
> fail.")
> @Test
> public void testBasicPRTransactionNoDataRedundancy1() {
> }
> @Ignore("[DISTTX] TODO test overridden and intentionally left blank as they
> fail.")
> @Test
> public void testBasicPRTransactionNoDataRedundancy2() {
> }
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)