Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-1012

Ability to run testcases via regular expression

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • Testing Infrastructure
    • None
    • Reviewed
    • tests TestCliDriver qfile

    Description

      Currently the testing infrastructure makes it possible to specify individual testcases using the "qfile" switch, e.g.:

      ant test -Dtestcase=TestCliDriver -Dqfile=udf_sin.q,udf_cos.q,udf_acos.q

      I would also like to be able to specify testcases using a regular expression, e.g.:

      ant test -Dtestcase=TestCliDriver -Dqfile_regex="udf.*"

      The previous command should trigger the execution of all testcases starting with "udf".

      Attachments

        1. HIVE-1012.patch
          12 kB
          Carl Steinbach

        Activity

          People

            cwsteinbach Carl Steinbach
            cwsteinbach Carl Steinbach
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: