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 dd2d44492 IMPALA-14062: Adds missing timeline items in constructing
PartitionDeltaUpdater
new 929130b73 IMPALA-13813: OAuth/JWT Avoid key verification on every rpc
call
new f28a32fbc IMPALA-13916: Change BaseTestSuite.default_test_protocol to
HS2
The 2 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/rpc/authentication.cc | 9 ++-
be/src/service/impala-hs2-server.cc | 4 +-
tests/common/base_test_suite.py | 5 +-
tests/common/impala_service.py | 19 +++---
tests/common/impala_test_suite.py | 3 +-
tests/conftest.py | 2 +-
tests/custom_cluster/test_coordinators.py | 2 +-
tests/custom_cluster/test_data_cache.py | 31 +++++-----
tests/custom_cluster/test_executor_groups.py | 6 +-
.../test_frontend_connection_limit.py | 2 +-
tests/custom_cluster/test_hs2_fault_injection.py | 2 +-
tests/custom_cluster/test_query_retries.py | 6 ++
tests/custom_cluster/test_shell_jwt_auth.py | 15 ++++-
tests/custom_cluster/test_shell_oauth_auth.py | 15 ++++-
tests/custom_cluster/test_web_pages.py | 40 +++++++++++--
tests/failure/test_failpoints.py | 43 ++++++-------
tests/metadata/test_ddl.py | 2 +-
tests/metadata/test_event_processing.py | 11 ++--
tests/metadata/test_explain.py | 70 ++++++++++------------
tests/metadata/test_recursive_listing.py | 19 +++---
tests/performance/query_exec_functions.py | 29 +++++++--
tests/query_test/test_beeswax.py | 9 +--
tests/query_test/test_errorlog.py | 11 ++--
tests/query_test/test_insert.py | 6 +-
tests/query_test/test_mem_usage_scaling.py | 6 +-
tests/query_test/test_result_spooling.py | 9 +--
tests/query_test/test_runtime_filters.py | 10 ++--
tests/query_test/test_tablesample.py | 8 ++-
tests/webserver/test_web_pages.py | 63 +++++++------------
29 files changed, 261 insertions(+), 196 deletions(-)