public class PutAllCSDUnitTest extends BridgeTestCase
| Modifier and Type | Class and Description |
|---|---|
static class |
PutAllCSDUnitTest.TestObject |
BridgeTestCase.BridgeServerCacheLoaderDistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2AUTO_LOAD_BALANCE, BridgeServerKey, NON_EXISTENT_KEYcachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
PutAllCSDUnitTest(String name)
Creates a new
GemFireMemberStatusDUnitTest |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeCache(VM vm0) |
protected void |
closeCacheAsync(VM vm0) |
protected com.gemstone.gemfire.cache.Region |
doPutAll(String regionName,
String keyStub,
int numEntries) |
protected int |
getRegionSize(VM vm,
String regionName) |
void |
no_testTX()
Test TX for putAll.
|
void |
stopOneBridgeServer(int port)
Stops the bridge server specified by port
|
void |
test2FailOverDistributedServer()
Tests while putAll to 2 distributed servers, one server failed over Add a
listener to slow down the processing of putAll
|
void |
test2Server()
Tests putAll to 2 servers.
|
void |
testClientTimeOut()
Tests while putAll timeout's exception
|
void |
testEndPointSwitch()
Tests while putAll timeout at endpoint1 and switch to endpoint2
|
void |
testEventIdMisorderInPRSingleHop()
Tests bug 41403: let 2 sub maps both failed with partial key applied.
|
void |
testHADRFailOver()
Tests while putAll to 2 distributed servers, one server failed over Add a
listener to slow down the processing of putAll
|
void |
testOldValueInEvent()
Tests putAll afterUpdate event contained oldValue.
|
void |
testOneServer()
Tests putAll to one server.
|
void |
testPartialKeyInLocalRegion()
Tests partial key putAll to 1 server with local region
|
void |
testPartialKeyInPR()
Tests partial key putAll to 2 PR servers, because putting data at server
side is different between PR and LR.
|
void |
testPartialKeyInPRSingleHop()
Tests partial key putAll to 2 PR servers, because putting data at server
side is different between PR and LR.
|
void |
testPartialKeyInPRSingleHopWithRedundency()
Set redundency=1 to see if retry succeeded after PRE
This is a singlehop putAll test.
|
void |
testPRServer()
Tests putAll to 2 PR servers.
|
void |
testVersionsOnClientsWithNotificationsOnly() |
void |
testVersionsOnReplicasAfterPutAll() |
void |
testVersionsOnServersWithNotificationsOnly() |
static void |
waitTillNotify(Object lock_object,
int waitTime,
boolean ready) |
caseSetUp, caseTearDown, configureConnectionPool, configureConnectionPool, configureConnectionPool, configureConnectionPool, configureConnectionPool, configureConnectionPool, configureConnectionPool, configureConnectionPoolWithName, configureConnectionPoolWithName, configureConnectionPoolWithNameAndFactory, configureConnectionPoolWithNameAndFactory, createBridgeClientConnection, createBridgeServer, createUniquePorts, getDistributedMember, getMaxThreads, getMemberId, getRegionAttributes, getSystemProperties, startBridgeServer, stopBridgeServersaddExceptionTag1, 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, sendUnorderedMessageToAll, tearDown2addExpectedException, 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, toStringpublic PutAllCSDUnitTest(String name)
GemFireMemberStatusDUnitTestpublic void testOneServer()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
InterruptedExceptioncom.gemstone.gemfire.cache.CacheExceptionpublic void testOldValueInEvent()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
InterruptedExceptioncom.gemstone.gemfire.cache.CacheExceptionpublic void test2Server()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testPRServer()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testPartialKeyInLocalRegion()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testPartialKeyInPR()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testPartialKeyInPRSingleHop()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testPartialKeyInPRSingleHopWithRedundency()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testEventIdMisorderInPRSingleHop()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void test2FailOverDistributedServer()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testClientTimeOut()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testEndPointSwitch()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testHADRFailOver()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void no_testTX()
throws com.gemstone.gemfire.cache.CacheException,
InterruptedException
com.gemstone.gemfire.cache.CacheExceptionInterruptedExceptionpublic void testVersionsOnClientsWithNotificationsOnly()
public void testVersionsOnServersWithNotificationsOnly()
public void testVersionsOnReplicasAfterPutAll()
protected com.gemstone.gemfire.cache.Region doPutAll(String regionName, String keyStub, int numEntries)
public static void waitTillNotify(Object lock_object, int waitTime, boolean ready)
public void stopOneBridgeServer(int port)
protected void closeCache(VM vm0)
protected void closeCacheAsync(VM vm0)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.