[ 
https://issues.apache.org/jira/browse/HAWQ-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hubert Zhang updated HAWQ-1370:
-------------------------------
    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+) `

  was:
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+\)


> Misuse of regular expressions in init_file of feature test.
> -----------------------------------------------------------
>
>                 Key: HAWQ-1370
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1370
>             Project: Apache HAWQ
>          Issue Type: Bug
>            Reporter: Hubert Zhang
>            Assignee: Ed Espino
>
> 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+) `



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to