This is an automated email from the ASF dual-hosted git repository.

csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from b121a40d2 IMPALA-13909: Remove cursor fixture from 
custom_cluster/test_kudu.py
     new e3a6cb240 IMPALA-13906: Change TestQueryConcurrency to regular 
query_test
     new 00dc79adf IMPALA-13907: Remove reference to create_beeswax_client
     new 4617c2370 IMPALA-13908: Remove reference to ImpalaBeeswaxException

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/impala-server.cc                    |  14 +--
 tests/common/impala_cluster.py                     |   2 +-
 tests/common/impala_connection.py                  |   3 +-
 tests/common/impala_service.py                     |  16 +--
 tests/common/resource_pool_config.py               |   2 +-
 tests/custom_cluster/test_admission_controller.py  |  11 +-
 tests/custom_cluster/test_ai_generate_text.py      |   4 +-
 tests/custom_cluster/test_blacklist.py             |   6 +-
 tests/custom_cluster/test_catalog_hms_failures.py  |  14 +--
 tests/custom_cluster/test_catalog_wait.py          |  11 +-
 tests/custom_cluster/test_catalogd_ha.py           |   4 +-
 tests/custom_cluster/test_client_ssl.py            |   5 +-
 .../custom_cluster/test_compact_catalog_updates.py |   5 +-
 tests/custom_cluster/test_concurrent_ddls.py       |  11 +-
 tests/custom_cluster/test_coordinators.py          |  21 ++--
 tests/custom_cluster/test_exchange_eos.py          |   2 +-
 .../test_frontend_connection_limit.py              |   8 +-
 tests/custom_cluster/test_hdfs_fd_caching.py       |   5 +-
 tests/custom_cluster/test_insert_behaviour.py      |   6 +-
 tests/custom_cluster/test_local_catalog.py         |  27 ++---
 tests/custom_cluster/test_mem_reservations.py      |   5 +-
 tests/custom_cluster/test_process_failures.py      |  16 +--
 tests/custom_cluster/test_query_expiration.py      | 118 +++++++++++----------
 tests/custom_cluster/test_query_retries.py         |  23 ++--
 .../test_refresh_invalid_partition.py              |   6 +-
 tests/custom_cluster/test_restart_services.py      |  29 +++--
 tests/custom_cluster/test_rpc_exception.py         |  11 +-
 tests/custom_cluster/test_rpc_timeout.py           |  37 ++++---
 tests/custom_cluster/test_s3a_access.py            |   4 +-
 tests/custom_cluster/test_scratch_disk.py          |  34 +++---
 tests/custom_cluster/test_seq_file_filtering.py    |   5 +-
 tests/custom_cluster/test_session_expiration.py    |  78 ++++++++------
 tests/custom_cluster/test_statestored_ha.py        |   8 +-
 tests/custom_cluster/test_sys_db.py                |  10 +-
 tests/custom_cluster/test_web_pages.py             |   6 +-
 tests/data_errors/test_data_errors.py              |  11 +-
 tests/failure/test_failpoints.py                   |   6 +-
 tests/metadata/test_compute_stats.py               |  22 ++--
 tests/metadata/test_ddl.py                         |  15 ++-
 tests/metadata/test_recursive_listing.py           |   4 +-
 tests/metadata/test_refresh_partition.py           |  12 +--
 tests/metadata/test_stale_metadata.py              |  13 +--
 tests/query_test/test_beeswax.py                   |   6 +-
 tests/query_test/test_decimal_fuzz.py              |   6 +-
 tests/query_test/test_decimal_queries.py           |  13 +--
 tests/query_test/test_errorlog.py                  |   5 +-
 tests/query_test/test_hdfs_file_mods.py            |  12 +--
 tests/query_test/test_iceberg.py                   |  33 +++---
 tests/query_test/test_lifecycle.py                 |  12 ++-
 tests/query_test/test_limit.py                     |   5 +-
 tests/query_test/test_mem_usage_scaling.py         |   4 +-
 tests/query_test/test_nested_types.py              |   4 +-
 tests/query_test/test_observability.py             |   4 +-
 tests/query_test/test_partitioning.py              |   7 +-
 .../test_query_concurrency.py                      |  47 ++++----
 tests/query_test/test_query_mem_limit.py           |   6 +-
 tests/query_test/test_rows_availability.py         |   7 +-
 tests/query_test/test_scratch_limit.py             |   5 +-
 tests/query_test/test_udfs.py                      |  21 ++--
 tests/stress/query_retries_stress_runner.py        |   6 +-
 tests/util/cancel_util.py                          |   9 +-
 61 files changed, 439 insertions(+), 423 deletions(-)
 rename tests/{custom_cluster => query_test}/test_query_concurrency.py (70%)

Reply via email to