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
    • Constructor Detail

      • SteelWheelsPerformanceTest

        public SteelWheelsPerformanceTest​(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 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:
        Exception