Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-1370

Misuse of regular expressions in init_file of feature test.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.2.0.0-incubating
    • None
    • None

    Description

      in global_init_file of feature test, we want to skip expressions which include file and line number, e.g.(aclchk.c:123), or (aclchk.cpp:134).
      But currently, the regular expressions is

      (.*c[p]+:\d+) 

      which need to be replaced by

      (.*c[p]*:\d+) 

      Attachments

        Issue Links

          Activity

            People

              hubertzhang Hubert Zhang
              hubertzhang Hubert Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: