Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18650 )
Change subject: IMPALA-11379: Remove kerberos.egg-info directory ...................................................................... IMPALA-11379: Remove kerberos.egg-info directory 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 <[email protected]> Reviewed-by: Michael Smith <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/jenkins/all-tests.sh M bin/jenkins/build-only.sh M bin/single_node_perf_run.py M shell/.gitignore D shell/ext-py/kerberos-1.3.1/kerberos.egg-info/PKG-INFO D shell/ext-py/kerberos-1.3.1/kerberos.egg-info/SOURCES.txt D shell/ext-py/kerberos-1.3.1/kerberos.egg-info/dependency_links.txt D shell/ext-py/kerberos-1.3.1/kerberos.egg-info/top_level.txt 8 files changed, 31 insertions(+), 158 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified Michael Smith: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/18650 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I90b486bb6c1644fc18b56779d6c54e1e1b3c9aaa Gerrit-Change-Number: 18650 Gerrit-PatchSet: 5 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
