Package mondrian.test

Class ConcurrentMdxTest


  • public class ConcurrentMdxTest
    extends FoodMartTestCase
    Runs specified set of MDX queries concurrently. 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:
    Thiyagu,Ajit
    • Constructor Detail

      • ConcurrentMdxTest

        public ConcurrentMdxTest()
    • Method Detail

      • testConcurrentValidatingQueriesInRandomOrder

        public void testConcurrentValidatingQueriesInRandomOrder()
      • testFlushingDoesNotCauseDeadlock

        public void testFlushingDoesNotCauseDeadlock()
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • tearDown

        protected void tearDown()
                         throws java.lang.Exception
        Overrides:
        tearDown in class FoodMartTestCase
        Throws:
        java.lang.Exception
      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception