You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Paul Guo (JIRA)" <ji...@apache.org> on 2016/07/20 09:33:20 UTC

[jira] [Created] (HAWQ-943) Various issues in hawq register feature_test cases

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)