Re: pre-commit test scripts

2015-01-05 Thread Sergey Shelukhin
Sorry, this fell thru the cracks. What I meant is not ignoring test time conflicts, but ignoring conflicts when applying the patch. So, if out files conflict, it will just ignore conflicts, resulting in a bogus out file with some "<< ..." lines. Then these conflicting tests will fail as usual b

Re: pre-commit test scripts

2014-10-27 Thread Szehon Ho
The test-run script of precommit is here : https://github.com/apache/hive/blob/trunk/testutils/ptest2/src/main/resources/batch-exec.vm It references some properties that are set in properties file. Right now those prop files live on build-machine, but we are planning eventually to source-control

pre-commit test scripts

2014-10-27 Thread Sergey Shelukhin
Hi. Is there some place one can view and maybe change pre-commit scripts? I want to see if they can be made to optionally ignore conflicts in *.q.out files and just run the build/tests anyway. Otherwise working on a patch that changes a lot of out files is an epic PITA because HiveQA keeps failing