[
https://issues.apache.org/jira/browse/HAWQ-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hubert Zhang reassigned HAWQ-1370:
----------------------------------
Assignee: Hubert Zhang (was: Ed Espino)
> 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: Hubert Zhang
>
> 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 {code}(.*c[p]+:\d+) {code} which
> need to be replaced by {code}(.*c[p]*:\d+) {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)