Hello Lars Volker, Michael Brown, Nithya Janarthanan, Philip Zeyliger, Joe
McDonnell,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/11257
to look at the new patch set (#6).
Change subject: IMPALA-7399: Sample usage of junit xml reporting
......................................................................
IMPALA-7399: Sample usage of junit xml reporting
This draft is intended to show sample usage of the junit reporting
script. I'm posting as a draft to get general impressions. If this
seems like roughly the right idea, I'll clean it up and post a real
review.
Things to pay attention to:
- New file that gets sourced by all bash scripts when trapping
within bash scripts:
https://gerrit.cloudera.org/c/11257/1/bin/report_build_error.sh
- Installation of the python lib into impala-python venv for use
from within python files:
https://gerrit.cloudera.org/c/11257/1/bin/impala-python-common.sh
- Change to the generate_junitxml.py file itself, for ease of
use from python. (Honestly, up until now, I had been thinking
that it would ONLY be used as a command line tool, until I
realized that we probably want to import it inside the python
files too.)
https://gerrit.cloudera.org/c/11257/1/lib/python/impala_py_lib/jenkins/generate_junitxml.py
- Sample bash usage:
e.g.: https://gerrit.cloudera.org/c/11257/1/testdata/bin/run-all.sh
- Sample python usage:
https://gerrit.cloudera.org/c/11257/1/bin/bootstrap_toolchain.py
- Artificial build error:
https://gerrit.cloudera.org/c/11257/1/bin/start-statestored.sh
Change-Id: Idd62045bb43357abc2b89a78afff499149d3c3fc
---
M bin/clean-cmake.sh
M bin/clean.sh
M bin/create-test-configuration.sh
M bin/create_testdata.sh
M bin/distcc/distcc_server_setup.sh
M bin/impala-python-common.sh
M bin/jenkins/all-tests.sh
M bin/jenkins/build-all-flag-combinations.sh
M bin/jenkins/build-only.sh
M bin/make_impala.sh
A bin/report_build_error.sh
M bin/run-all-tests.sh
M bin/run-backend-tests.sh
M bin/start-catalogd.sh
M bin/start-impalad.sh
M bin/start-statestored.sh
M buildall.sh
M infra/python/bootstrap_virtualenv.py
M lib/python/impala_py_lib/jenkins/generate_junitxml.py
M shell/make_shell_tarball.sh
M testdata/bin/check-schema-diff.sh
M testdata/bin/compute-table-stats.sh
M testdata/bin/copy-data-sources.sh
M testdata/bin/copy-udfs-udas.sh
M testdata/bin/create-load-data.sh
M testdata/bin/create-table-many-blocks.sh
M testdata/bin/generate-load-nested.sh
M testdata/bin/kill-all.sh
M testdata/bin/kill-hbase.sh
M testdata/bin/kill-hive-server.sh
M testdata/bin/kill-java-service.sh
M testdata/bin/kill-sentry-service.sh
M testdata/bin/load-hive-builtins.sh
M testdata/bin/load-metastore-snapshot.sh
M testdata/bin/load-test-warehouse-snapshot.sh
M testdata/bin/run-all.sh
M testdata/bin/run-hbase.sh
M testdata/bin/run-hive-server.sh
M testdata/bin/run-mini-dfs.sh
M testdata/bin/run-sentry-service.sh
M testdata/bin/setup-hdfs-env.sh
M testdata/cluster/admin
M testdata/datasets/tpcds/preload
M testdata/datasets/tpch/preload
M tests/run-custom-cluster-tests.sh
M tests/run-process-failure-tests.sh
46 files changed, 158 insertions(+), 72 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/57/11257/6
--
To view, visit http://gerrit.cloudera.org:8080/11257
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idd62045bb43357abc2b89a78afff499149d3c3fc
Gerrit-Change-Number: 11257
Gerrit-PatchSet: 6
Gerrit-Owner: David Knupp <[email protected]>
Gerrit-Reviewer: David Knupp <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Lars Volker <[email protected]>
Gerrit-Reviewer: Michael Brown <[email protected]>
Gerrit-Reviewer: Nithya Janarthanan <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>