Paul Guo created HAWQ-943: ----------------------------- Summary: Various issues in hawq register feature_test cases Key: HAWQ-943 URL: https://issues.apache.org/jira/browse/HAWQ-943 Project: Apache HAWQ Issue Type: Bug Reporter: Paul Guo Assignee: Lei Chang
1) Do not assume the test database is postgres. Use HAWQ_DB which is defined in sql_util.h 2) Use error immune options when creating a new hdfs file or directory. e.g. mkdir -p, put -f. Since nonexistence of those files/directories are not guaranteed. e.g. Previous test run was terminated by ctrl+c. -- This message was sent by Atlassian JIRA (v6.3.4#6332)