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

[jira] [Created] (HAWQ-942) Need to .gitignore and make-clean some test files which are generated after running feature/test

Paul Guo created HAWQ-942:
-----------------------------

             Summary: Need to .gitignore and make-clean some test files which are generated after running feature/test
                 Key: HAWQ-942
                 URL: https://issues.apache.org/jira/browse/HAWQ-942
             Project: Apache HAWQ
          Issue Type: Bug
            Reporter: Paul Guo
            Assignee: Lei Chang


After running feature tests, there will be some generated output files, like .out files (result files after running .sql file), .out.diff files (If .out files does not match .ans files, there will be files which include the diff part), generated sql and and ans files, etc.

We need to clean up them in the Makefile clean/distclean target. Besides we need to mask them in "git status" outputs, probably .out.diff is an exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)