Hello Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/24296

to look at the new patch set (#2).

Change subject: IMPALA-14985 Cleanup tests with unused 'vector' in EE tests
......................................................................

IMPALA-14985 Cleanup tests with unused 'vector' in EE tests

Having 'vector' argument leads to running a test as parametrized,
so running it with multiple parameter vectors. These parameters
don't affect how queries run unless passed to functions like
run_test_case() explicitly.

Note that unused 'vector's can give the false impression of
affecting the query options of queries run by default clients
as query option CLIENT_IDENTIFIER is actually modifed based
on the parameter vector using pytest hook pytest_runtest_logstart
and connections' clear_configuration and create_connection functions.

Change-Id: I8e2a8fe333e33a906178a0821eb554890be26132
---
M tests/catalog_service/test_large_num_partitions.py
M tests/custom_cluster/test_codegen_cache.py
M tests/custom_cluster/test_custom_statestore.py
M tests/custom_cluster/test_disable_features.py
M tests/custom_cluster/test_external_planner.py
M tests/custom_cluster/test_hedged_reads.py
M tests/custom_cluster/test_iceberg_strict_data.py
M tests/custom_cluster/test_jvm_mem_tracking.py
M tests/custom_cluster/test_krpc_mem_usage.py
M tests/custom_cluster/test_krpc_metrics.py
M tests/custom_cluster/test_krpc_options.py
M tests/custom_cluster/test_parquet_max_page_header.py
M tests/custom_cluster/test_scheduler_locality.py
M tests/custom_cluster/test_shared_tzdb.py
M tests/custom_cluster/test_tuple_cache.py
M tests/custom_cluster/test_udf_concurrency.py
M tests/metadata/test_hdfs_permissions.py
M tests/metadata/test_last_ddl_time_update.py
M tests/metadata/test_metadata_query_statements.py
M tests/metadata/test_partition_metadata.py
M tests/metadata/test_recover_partitions.py
M tests/query_test/test_acid.py
M tests/query_test/test_avro_schema_resolution.py
M tests/query_test/test_cast_with_format.py
M tests/query_test/test_codegen.py
M tests/query_test/test_compressed_formats.py
M tests/query_test/test_ext_data_sources.py
M tests/query_test/test_insert_parquet.py
M tests/query_test/test_io_metrics.py
M tests/query_test/test_query_opts.py
M tests/unittests/test_result_verifier.py
31 files changed, 52 insertions(+), 52 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/24296/2
--
To view, visit http://gerrit.cloudera.org:8080/24296
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8e2a8fe333e33a906178a0821eb554890be26132
Gerrit-Change-Number: 24296
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>

Reply via email to