Hubert Zhang created HAWQ-1370:
----------------------------------
Summary: 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)