|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
mondrian.test.FoodMartTestCase
mondrian.test.CVConcurrentMdxTest
public class CVConcurrentMdxTest
A copy of ConcurrentMdxTest
with modifications to take
as input ref.xml files. This does not fully use DiffRepository
and 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.
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 | |
---|---|
CVConcurrentMdxTest()
|
|
CVConcurrentMdxTest(String name)
|
Method Summary | |
---|---|
protected void |
setUp()
|
protected void |
tearDown()
|
void |
testConcurrentCVQueriesInRandomOrder()
|
void |
testConcurrentQueriesInRandomOrder()
|
void |
testConcurrentQueriesInRandomOrderOnVirtualCube()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, 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, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CVConcurrentMdxTest()
public CVConcurrentMdxTest(String name)
Method Detail |
---|
public void testConcurrentQueriesInRandomOrder()
public void testConcurrentQueriesInRandomOrderOnVirtualCube()
public void testConcurrentCVQueriesInRandomOrder()
protected void tearDown() throws Exception
tearDown
in class FoodMartTestCase
Exception
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |