Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Execute any tests you feel will be impacted by a change locally
  • The full tests suite can executed by this patch testing facility by simply:
    • Upload a patch to a JIRA in the following format HIVE-XXXX.patch, HIVE-XXXX.XX.patch, HIVE-XXXX.DXXXX.XX.patch (phabricator), or HIVE-XXXX-branch.patch (allows targeting a branch).
    • Examples
      • HIVE-XXXX.patch (trunk)
      • HIVE-XXXX-vectorization.patch
      • HIVE-XXXX-tez.patch
      • HIVE-XXXX.DXXX.XX.patch (trunk)
      • HIVE-XXXX.XX.patch (trunk)
  • Allow of the following patch formats are allowed:
    • git diff
    • git diff --no-prefix
    • svn diff
  • A comment will be posted to the JIRA when the test is complete.
  • The build itself is PreCommit-HIVE-Build and is part of the Apache PreCommit Build Infra

...