Package mondrian.test
Class CVConcurrentMdxTest
- java.lang.Object
-
- TestCase
-
- mondrian.test.FoodMartTestCase
-
- mondrian.test.CVConcurrentMdxTest
-
public class CVConcurrentMdxTest extends FoodMartTestCase
A copy ofConcurrentMdxTestwith modifications to take as input ref.xml files. This does not fully useDiffRepositoryand does not generate log files. This Class is not added to the Main test suite. Purpose of this test is to simulate Concurrent access to Aggregation and data load. Simulation will be more effective if we run this single test again and again with a fresh connection.- Author:
- Khanh Vu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class mondrian.test.FoodMartTestCase
FoodMartTestCase.QueryAndResult
-
-
Field Summary
-
Fields inherited from class mondrian.test.FoodMartTestCase
propSaver
-
-
Constructor Summary
Constructors Constructor Description CVConcurrentMdxTest()CVConcurrentMdxTest(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()protected voidtearDown()voidtestConcurrentCVQueriesInRandomOrder()voidtestConcurrentQueriesInRandomOrder()voidtestConcurrentQueriesInRandomOrderOnVirtualCube()-
Methods inherited from class mondrian.test.FoodMartTestCase
allMember, assertAxisReturns, assertAxisThrows, assertBooleanExprReturns, assertExprReturns, assertExprThrows, assertQueriesReturnSimilarResults, assertQueryReturns, assertQueryThrows, assertSize, cubeByName, execute, executeExpr, executeQuery, executeSingletonAxis, genderMembersIncludingAll, getConnection, getDimensionWithName, getTestContext, isDefaultNullMemberRepresentation, isGroupingSetsSupported, member, productMembersPotScrubbersPotsAndPans, storeMembersCAAndOR, storeMembersUsaAndCanada, verifySameNativeAndNot, warehouseMembersCanadaMexicoUsa
-
-
-
-
Constructor Detail
-
CVConcurrentMdxTest
public CVConcurrentMdxTest()
-
CVConcurrentMdxTest
public CVConcurrentMdxTest(String name)
-
-
Method Detail
-
testConcurrentQueriesInRandomOrder
public void testConcurrentQueriesInRandomOrder()
-
testConcurrentQueriesInRandomOrderOnVirtualCube
public void testConcurrentQueriesInRandomOrderOnVirtualCube()
-
testConcurrentCVQueriesInRandomOrder
public void testConcurrentCVQueriesInRandomOrder()
-
tearDown
protected void tearDown() throws Exception- Overrides:
tearDownin classFoodMartTestCase- Throws:
Exception
-
-