HIVE-15009. ptest - avoid unnecessary cleanup from previous test runs in batch-exec.vm. (Siddharth Seth, reviewed by Sergio Peña)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/f20ec2e9 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/f20ec2e9 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/f20ec2e9 Branch: refs/heads/hive-14535 Commit: f20ec2e93445ebe362ed0a67ad13c814ac6b59a1 Parents: 6d2eb1c Author: Siddharth Seth <[email protected]> Authored: Wed Oct 19 13:51:02 2016 -0700 Committer: Siddharth Seth <[email protected]> Committed: Wed Oct 19 13:51:02 2016 -0700 ---------------------------------------------------------------------- testutils/ptest2/src/main/resources/batch-exec.vm | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/f20ec2e9/testutils/ptest2/src/main/resources/batch-exec.vm ---------------------------------------------------------------------- diff --git a/testutils/ptest2/src/main/resources/batch-exec.vm b/testutils/ptest2/src/main/resources/batch-exec.vm index e71a8e2..00487ce 100644 --- a/testutils/ptest2/src/main/resources/batch-exec.vm +++ b/testutils/ptest2/src/main/resources/batch-exec.vm @@ -54,8 +54,6 @@ then fi echo "$$" > batch.pid find ./ -name 'TEST-*.xml' -delete -find ./ -name 'hive.log' -delete -find ./ -name junit_metastore_db | xargs -r rm -rf date +"%Y-%m-%d %T.%3N" echo "Pre test cleanup done" ret=0
