Package mondrian.test

Class SteelWheelsPerformanceTest


  • public class SteelWheelsPerformanceTest
    extends TestCase
    Those performance tests use the steel wheels schema and are not meant to be run as part of the CI test suite. They must be deactivated by default.
    Author:
    LBoudreau
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TestContext getTestContext()
      Returns the test context.
      void testComplexFilters()
      This test execute a specially crafted query with tons of filters and sort to test the performance of some bug fixes before/after.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SteelWheelsPerformanceTest

        public SteelWheelsPerformanceTest​(java.lang.String name)
    • Method Detail

      • getTestContext

        public TestContext getTestContext()
        Returns the test context. Override this method if you wish to use a different source for your FoodMart connection.
      • testComplexFilters

        public void testComplexFilters()
                                throws java.lang.Exception
        This test execute a specially crafted query with tons of filters and sort to test the performance of some bug fixes before/after.
        Throws:
        java.lang.Exception