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
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
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