public class RemoteTransactionDUnitTest extends CacheTestCase
| Modifier and Type | Class and Description |
|---|---|
protected class |
RemoteTransactionDUnitTest.ClientCQListener |
protected static class |
RemoteTransactionDUnitTest.ClientListener |
protected class |
RemoteTransactionDUnitTest.DoOpsInTX |
protected static class |
RemoteTransactionDUnitTest.OP |
protected static class |
RemoteTransactionDUnitTest.ServerListener |
protected static class |
RemoteTransactionDUnitTest.ServerWriter |
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
CUSTOMER |
protected java.lang.String |
D_REFERENCE |
protected java.lang.String |
ORDER |
cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
RemoteTransactionDUnitTest(java.lang.String name) |
addExceptionTag1, basicGetCache, beginCacheXml, cleanDiskDirs, closeAllCache, closeCache, createLonerCache, createMcastCache, createMcastCache, createRegion, createRegion, createRootRegion, createRootRegion, disconnectFromDS, finishCacheXml, finishCacheXml, getCache, getCache, getCache, getCache, getClientCache, getDiskDirs, getGemfireCache, getInternalRegionArguments, getRootRegion, getRootRegion, hasCache, remoteTearDown, removeExceptionTag1, sendSerialMessageToAll, sendUnorderedMessageToAlladdExpectedException, addExpectedException, addHydraProperties, attachDebugger, checkBBFlag, cleanupAllVms, clearBBFlag, crashDistributedSystem, crashDistributedSystem, createLogWriter, disconnectAllFromDS, dumpAllStacks, dumpMyThreads, dumpStack, dumpStack, dumpStack, dumpStackTrace, fail, getAllDistributedSystemProperties, getDistributedSystemProperties, getDUnitLocatorAddress, getDUnitLocatorPort, getDUnitLocatorString, getDUnitLogLevel, getIPLiteral, getLogWriter, getLonerSystem, getMcastSystem, getMcastSystem, getRepeatTimeoutMs, getServerHostName, getSystem, getSystem, getTestClass, getTestName, getUniqueName, getVMCount, incBBFlag, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVMRepeatingIfNecessary, invokeInLocator, invokeRepeatingIfNecessary, isConnectedToDS, join, noteTiming, pause, pause, perVMSetUp, realTearDown, setDiskStoreForGateway, setSystem, setTestName, setUp, staticPause, tearDown, unregisterAllDataSerializersFromAllVms, unregisterDataSerializerInThisVM, unregisterInstantiatorsInThisVM, waitForBBFlag, waitForCriterion, waitMutexassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringprotected final java.lang.String CUSTOMER
protected final java.lang.String ORDER
protected final java.lang.String D_REFERENCE
public RemoteTransactionDUnitTest(java.lang.String name)
name - public void tearDown2()
throws java.lang.Exception
DistributedTestCaseDistributedTestCase.tearDown() method, and should be over ridden in its place.tearDown2 in class CacheTestCasejava.lang.Exceptionprotected boolean getConcurrencyChecksEnabled()
protected void initAccessorAndDataStore(VM accessor, VM datastore, int redundantCopies)
public void testDummy()
public void Bug44146_testTXCreationAndCleanupAtCommit()
throws java.lang.Exception
java.lang.Exceptionpublic void Bug44146_testTXCreationAndCleanupAtRollback()
throws java.lang.Exception
java.lang.Exceptionpublic void Bug44146_testPRTXGet()
public void Bug44146_testPRTXGetOnRemoteWithLoader()
public void Bug44146_testPRTXGetEntryOnRemoteSide()
public void Bug44146_testPRTXGetOnLocalWithLoader()
public void Bug44146_testTXPut()
public void Bug44146_testTXInvalidate()
public void Bug44146_testTXDestroy()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTxPutIfAbsent()
public void Bug44146_testTxRemove()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTxReplace()
public void Bug44146_testNonColocatedTX()
public void Bug44146_testListenersForPut()
public void Bug44146_testListenersForDestroy()
public void Bug44146_testListenersForInvalidate()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testRemoteExceptionThrown()
public void Bug44146testSize()
public void Bug44146_testKeysIterator()
public void Bug44146_testValuesIterator()
public void Bug44146_testEntriesIterator()
public void Bug44146_testKeysIterator1()
public void Bug44146_testValuesIterator1()
public void Bug44146_testEntriesIterator1()
public void Bug44146_testKeysIteratorOnDestroy()
public void Bug44146_testValuesIteratorOnDestroy()
public void Bug44146_testEntriesIteratorOnDestroy()
public void Bug44146_testKeysIterator1OnDestroy()
public void Bug44146_testValuesIterator1OnDestroy()
public void Bug44146_testEntriesIterator1OnDestroy()
public void Bug44146_testKeyIterationOnRR()
public void Bug44146_testValuesIterationOnRR()
public void Bug44146_testEntriesIterationOnRR()
public void Bug44146_testIllegalIteration()
public void Bug44146_testTxFunctionOnRegions()
public void Bug44146_testTxFunctionOnMembers()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testNestedTxFunction()
public void Bug44146_testDRFunctionExecution()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTxFunctionWithOtherOps()
protected java.util.Set<Customer> getCustomerSet(int size)
public void Bug44146_testRemoteJTACommit()
public void Bug44146_testRemoteJTARollback()
public void Bug44146_testOriginRemoteIsTrueForRemoteReplicatedRegions()
public void Bug44146_testRemoteCreateInReplicatedRegion()
public void Bug44146_testRemoteTxCleanupOnCrash()
public void Bug44146_testNonColocatedPutAll()
public void Bug44146_testNonColocatedGetAll()
public static void assertMapEquals(java.util.Map<?,?> expected,
java.util.Map<?,?> result)
public void Bug44146_testDestroyCreateConflation()
protected java.lang.Integer startServer(VM vm)
protected void createClientRegion(VM vm, int port, boolean isEmpty, boolean ri, boolean CQ)
public void Bug44146_testTXWithRI()
throws java.lang.Exception
java.lang.Exceptionpublic void Bug44146_testBug43176()
public void Bug44146_testTXWithRICommitInDatastore()
throws java.lang.Exception
java.lang.Exceptionpublic void Bug44146_testListenersNotInvokedOnSecondary()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTXWithCQCommitInDatastore()
throws java.lang.Exception
java.lang.Exceptionpublic void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTXWithCQCommitInDatastoreConnectedToAccessor()
throws java.lang.Exception
java.lang.Exceptionpublic void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTXWithCQCommitInDatastoreConnectedToDatastore()
throws java.lang.Exception
java.lang.Exceptionpublic void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTXWithCQCommitInAccessorConnectedToDatastore()
throws java.lang.Exception
java.lang.Exceptionpublic void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testTXWithCQCommitInAccessorConnectedToAccessor()
throws java.lang.Exception
java.lang.Exceptionpublic void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testCQCommitInDAtastoreConnectedToAccessor()
throws java.lang.Exception
java.lang.Exceptionpublic void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testBug33073()
public void DISABLED_TILL_NEW_TX_IMPL_COMPLETE_testBug43081()
throws java.lang.Exception
java.lang.Exceptionpublic void Bug44146_testBug45556()
public void Bug44146_testExpirySuspend_bug45984()
public void Bug44146_testRemoteFetchVersionMessage()
public void Bug44146_testTransactionWithRemoteVersionFetch()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.