This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 32836eab4 IMPALA-13881: Fix Workload Management Statement Expression
Limit Exceeded Errors
new ea8f74a6a IMPALA-13861: Standardize workload management tests
new 6f949718f IMPALA-13880: Skip Iceberg interop tests with Hive if the
default filesystem is not HDFS
new e73e2d40d IMPALA-13864: Implement ImpylaHS2ResultSet.exec_summary
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/service/workload-management-worker.cc | 1 +
shell/exec_summary.py | 176 +++++++
shell/impala_client.py | 153 +-----
shell/packaging/make_python_package.sh | 1 +
tests/beeswax/impala_beeswax.py | 17 +-
tests/common/custom_cluster_test_suite.py | 64 +--
tests/common/impala_cluster.py | 20 +-
tests/common/impala_connection.py | 88 +++-
tests/common/impala_service.py | 22 +-
.../wm_test_suite.py} | 33 +-
tests/custom_cluster/test_admission_controller.py | 23 +-
tests/custom_cluster/test_coordinators.py | 3 +-
tests/custom_cluster/test_executor_groups.py | 61 ++-
tests/custom_cluster/test_query_live.py | 103 ++--
tests/custom_cluster/test_query_log.py | 553 +++++++++------------
tests/custom_cluster/test_workload_mgmt_init.py | 263 +++++-----
.../test_workload_mgmt_sql_details.py | 70 +--
tests/query_test/test_hash_join_timer.py | 22 +-
tests/query_test/test_insert.py | 11 +-
tests/query_test/test_observability.py | 56 ++-
tests/stress/test_update_stress.py | 3 +
21 files changed, 898 insertions(+), 845 deletions(-)
create mode 100755 shell/exec_summary.py
copy tests/{custom_cluster/test_external_planner.py =>
common/wm_test_suite.py} (53%)