Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6235

Reduce runtime of test_admission_control in exhaustive build

    XMLWordPrintableJSON

Details

    Description

      The admission control test can take over half an hour to run with all the exhaustive combinations.

      $ time impala-py.test tests/custom_cluster/test_admission_controller.py --workload_exploration_strategy="functional-query:exhaustive" 
      ...
      real    41m44.964s
      user    1m55.404s
      sys     0m12.180s
      

      The system is mostly idle during that time.

      We should speed up the test if possible without making it flaky and, if that isn't possible, consider running the stress test as part of a separate build.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: