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 4ba6f9b5a IMPALA-13064: Install service for linux packaging
     new 8d5adfd0b IMPALA-13123: Add option to run tests with Python 3
     new 5c0219015 IMPALA-13124: Migrate tests that use 'unittest' package to 
pytest base class
     new 5b4afb4f8 IMPALA-13368: Fixup Redhat detection for Python >= 3.8

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:
 bin/impala-config.sh                               |  2 +
 ...{impala-python3 => impala-env-versioned-python} |  7 ++-
 bin/impala-py.test                                 |  6 ++-
 bin/start-impala-cluster.py                        |  2 +-
 infra/python/deps/requirements.txt                 |  1 +
 lib/python/impala_py_lib/helpers.py                |  3 +-
 testdata/bin/generate-schema-statements.py         |  8 ++--
 tests/beeswax/impala_beeswax.py                    |  5 ++
 tests/common/environ.py                            | 13 ++---
 tests/common/impala_connection.py                  | 12 +++--
 tests/common/impala_test_suite.py                  |  9 +++-
 tests/common/resource_pool_config.py               |  4 +-
 tests/common/skip.py                               |  6 +--
 tests/common/test_dimensions.py                    |  2 +-
 tests/common/test_result_verifier.py               | 33 ++++++++-----
 tests/conftest.py                                  |  6 +--
 tests/custom_cluster/test_admission_controller.py  |  6 +--
 .../custom_cluster/test_parquet_max_page_header.py |  2 +-
 tests/custom_cluster/test_query_log.py             |  4 +-
 tests/custom_cluster/test_redaction.py             | 55 ++++++++++++----------
 tests/data_errors/test_data_errors.py              |  2 +-
 tests/hs2/hs2_test_suite.py                        | 21 ++++++---
 tests/hs2/test_hs2.py                              |  8 ++--
 tests/query_test/test_insert_parquet.py            | 40 ++++++++--------
 tests/query_test/test_observability.py             |  6 ++-
 tests/query_test/test_parquet_bloom_filter.py      |  2 +-
 tests/query_test/test_parquet_page_index.py        | 12 ++---
 tests/query_test/test_scanners.py                  |  3 +-
 tests/run-tests.py                                 |  4 +-
 tests/shell/test_cookie_util.py                    |  5 +-
 tests/shell/test_kerberos_util.py                  |  5 +-
 tests/shell/util.py                                |  2 +-
 tests/util/get_parquet_metadata.py                 | 13 +++--
 tests/util/hdfs_util.py                            |  2 +-
 tests/util/shell_util.py                           |  3 +-
 tests/util/test_file_parser.py                     |  7 ++-
 36 files changed, 189 insertions(+), 132 deletions(-)
 copy bin/{impala-python3 => impala-env-versioned-python} (88%)

Reply via email to