tests depend on previous tests
------------------------------

                 Key: HIVE-866
                 URL: https://issues.apache.org/jira/browse/HIVE-866
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Testing Infrastructure
            Reporter: Namit Jain


The post execution hook for unit tests prints the inputs/outputs etc.

If a test a.q starts like:

drop table T;


The drop will succeed if T already exists, but fail if T does not. 
I am not sure whether the post hook will be executed in case of failure.

Anyway, it seems like a good idea to perform a 'show tables' after each unit 
test, and confirm that only
the tables created by QTestUtil are present

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to