public class IncrementalBackupDUnitTest extends CacheTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
IncrementalBackupDUnitTest(String name)
Creates a new IncrementalBackupDUnitTest.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.gemstone.gemfire.cache.RegionFactory<Integer,String> |
getRegionFactory(com.gemstone.gemfire.cache.Cache cache) |
void |
setUp()
1.
|
void |
tearDown2()
Removes backup directories (and all backup data).
|
void |
testBackupUserDeployedJarFiles()
Successful if a user deployed jar file is included as part of the backup.
|
void |
testIncompleteInBaseline()
Successful if a member performs a full backup if their backup is marked as
incomplete in the baseline.
|
void |
testIncrementalBackup()
This tests the basic features of incremental backup.
|
void |
testMissingBaseline()
Successful if all members perform a full backup when they share the baseline directory
and it is missing.
|
void |
testMissingMemberInBaseline()
Successful if a member performs a full backup when its backup data is not present
in the baseline (for whatever reason).
|
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, 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 IncrementalBackupDUnitTest(String name)
name - test case name.protected com.gemstone.gemfire.cache.RegionFactory<Integer,String> getRegionFactory(com.gemstone.gemfire.cache.Cache cache)
public void setUp()
throws Exception
setUp in class DistributedTestCaseExceptionpublic void tearDown2()
throws Exception
tearDown2 in class CacheTestCaseExceptionpublic void testIncrementalBackup()
throws Exception
Exceptionpublic void testMissingMemberInBaseline()
throws Exception
Exceptionpublic void testIncompleteInBaseline()
throws Exception
Exceptionpublic void testMissingBaseline()
throws Exception
ExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.