public class PRBasicIndexCreationDUnitTest extends PartitionedRegionDUnitTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
PRBasicIndexCreationDUnitTest(java.lang.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(java.lang.String name)
name - public void testPRBasicIndexCreate()
throws java.lang.Exception
java.lang.Exception - if an exception is generatedpublic void testPRMultiIndexCreation()
throws java.lang.Exception
java.lang.Exception - if any excpetion are generatedpublic void testPRMultiIndexCreationAndGetIndex()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreatePartitionedIndexThroughXML()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreatePartitionedRegionThroughXMLAndAPI()
public void testCreatePartitionedIndexWithNoAliasBeforePuts()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreatePartitionedIndexWithNoAliasAfterPuts()
throws java.lang.Exception
java.lang.Exceptionpublic void testPartitionedIndexUsageWithPRQuery()
throws java.lang.Exception
java.lang.Exceptionpublic void testPartitionedIndexCreationDuringPersistentRecovery()
throws java.lang.Throwable
java.lang.Throwablepublic void testPartitionedQueryWithIndexOnIdBug37089()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreatePartitionedIndexWithKeysValuesAndFunction()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreateIndexFromAccessor()
throws java.lang.Exception
java.lang.Exceptionpublic void testCreateIndexAndAddAnAccessor()
throws java.lang.Exception
java.lang.Exceptionpublic void testIndexQueryingWithOrderBy()
throws java.lang.Exception
java.lang.Exceptionpublic void testIndexQueryingWithOrderAndVerify()
throws java.lang.Exception
java.lang.Exceptionpublic void testIndexQueryingWithOrderByLimit()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.