mirror of
https://github.com/apache/impala.git
synced 2026-01-27 15:03:20 -05:00
This directory is currently checked in, but it is overwritten when building the shell. On some Linux distributions, the output is different from what is checked in. This causes problems for perf-AB-test (based on bin/single_node_perf_run.py), which relies on a build not causing any modifications. This removes the kerberos.egg-info directory, which does not need to be checked in. This also adds checks to the GVO Jenkins jobs to verify that the source tree is unmodified after bootstrap_build.sh and boostrap_development.sh. These checks are not included in those scripts directly, because developers can run those scripts in their development environments, which may have modifications. Tests: - Uploaded a change without removing the kerberos.egg-info directory and verified that the new checks fail - Verified that perf-AB-test gets past the current issue Change-Id: I90b486bb6c1644fc18b56779d6c54e1e1b3c9aaa Reviewed-on: http://gerrit.cloudera.org:8080/18650 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Michael Smith <michael.smith@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>