Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: more for the Precommit Tests section

...

If the name of your patch conforms to the naming convention shown above, the automated testing system will run precommit tests and post the results as a JIRA comment from Hive QA. The results give advisory +1 or -1 votes (SUCCESS or ERROR) based on whether the all of the tests executed successfully and, more recently, whether existing tests are modified or new tests are included in the patch to cover the code changes.  For examples, see the Hive QA comments on HIVE-9534 and HIVE-11752. Note that sometimes tests fail for reasons unrelated to the patch.

Patches with nonconforming names are ignored by Hive QA. One leading zero can be used in <patch-num>, such as "HIVE-9999.02.patch", but multiple leading zeros are not accepted (see comments on HIVE-12981).

...