public class PRBasicIndexCreationDUnitTest extends PartitionedRegionDUnitTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
PRBasicIndexCreationDUnitTest(String name)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
testCreateIndexAndAddAnAccessor()
Test for bug fix 37985, NullPointerException in IndexCreationMsg
operateOnPartitionedRegion.
|
void |
testCreateIndexFromAccessor()
Bug Fix 37201, creating index from a data accessor.
|
void |
testCreatePartitionedIndexThroughXML()
Creats partitioned index from an xml discription.
|
void |
testCreatePartitionedIndexWithKeysValuesAndFunction()
Creats partitioned index on keys and values of a bucket regions.
|
void |
testCreatePartitionedIndexWithNoAliasAfterPuts()
Test creating index on partitioned region like created in test
serialQueryEntry.conf but after putting some data in.
|
void |
testCreatePartitionedIndexWithNoAliasBeforePuts()
Test to see if index creation works with index creation like in
serialQueryEntry.conf hydra test before putting the data in the partitioned
region.
|
void |
testCreatePartitionedRegionThroughXMLAndAPI()
Test creation of mutilple index on partitioned regions and then adding a
new node to the system and checking it has created all the indexes already
in the sytem.
|
void |
testIndexQueryingWithOrderAndVerify()
This test does the following using full queries with projections and drill-down
1. |
void |
testIndexQueryingWithOrderBy()
This test does the following using full queries with projections and drill-down
1. |
void |
testIndexQueryingWithOrderByLimit() |
void |
testPartitionedIndexCreationDuringPersistentRecovery()
Test index usage with query on a partitioned region with bucket indexes.
|
void |
testPartitionedIndexUsageWithPRQuery()
Test index usage with query on a partitioned region with bucket indexes.
|
void |
testPartitionedQueryWithIndexOnIdBug37089()
Test for bug 37089 where if there is an index on one attribute
(CompiledComparision) of the where clause query produces wrong results.
|
void |
testPRBasicIndexCreate()
Tests basic index creation on a partitioned system.
|
void |
testPRMultiIndexCreation()
Tests creation of multiple index creation on a partitioned region system.
|
void |
testPRMultiIndexCreationAndGetIndex() |
caseSetUp, caseTearDown, createMultiplePartitionRegion, createMultiplePartitionRegion, createRegionAttrsForPR, destroyInMultiplePartitionRegion, destroyRegionInMultiplePartitionRegion, disconnectVM, getCreateMultiplePRregion, getInMultiplePartitionRegion, getRemovedOrDestroyedInMultiplePartitionRegion, invalidatesInMultiplePartitionRegion, putAfterDestroyInMultiplePartitionedRegion, putInMultiplePartitionRegion, resetVMLogLevel, setLogLevel, setVMInfoLogLevel, tearDown2, validateMultiplePartitionRegionaddExceptionTag1, 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, toStringpublic PRBasicIndexCreationDUnitTest(String name)
name - public void testPRBasicIndexCreate()
throws Exception
Exception - if an exception is generatedpublic void testPRMultiIndexCreation()
throws Exception
Exception - if any excpetion are generatedpublic void testPRMultiIndexCreationAndGetIndex()
throws Exception
Exceptionpublic void testCreatePartitionedIndexThroughXML()
throws Exception
Exceptionpublic void testCreatePartitionedRegionThroughXMLAndAPI()
public void testCreatePartitionedIndexWithNoAliasBeforePuts()
throws Exception
Exceptionpublic void testCreatePartitionedIndexWithNoAliasAfterPuts()
throws Exception
Exceptionpublic void testPartitionedIndexUsageWithPRQuery()
throws Exception
Exceptionpublic void testPartitionedIndexCreationDuringPersistentRecovery()
throws Throwable
Throwablepublic void testPartitionedQueryWithIndexOnIdBug37089()
throws Exception
Exceptionpublic void testCreatePartitionedIndexWithKeysValuesAndFunction()
throws Exception
Exceptionpublic void testCreateIndexFromAccessor()
throws Exception
Exceptionpublic void testCreateIndexAndAddAnAccessor()
throws Exception
Exceptionpublic void testIndexQueryingWithOrderBy()
throws Exception
Exceptionpublic void testIndexQueryingWithOrderAndVerify()
throws Exception
ExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.