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

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


    from 3c8a7b8dc IMPALA-14676: Test cookie rotation on 25000
     new 7fbb83749 IMPALA-14679: Avoid authentication hash reload on partial 
write
     new adbab4d5a IMPALA-13413: fix ignored num_cores flag
     new 78ec9903c IMPALA-14668: Upgrade to pytest 6.2.5

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/common/init.cc                              |  13 +-
 be/src/util/CMakeLists.txt                         |  13 ++
 be/src/util/openssl-util-test.cc                   |  39 ++++++
 be/src/util/openssl-util.cc                        |   2 +-
 be/src/util/sys-info-test.cc                       |   9 ++
 bin/impala-shell.sh                                |   6 +-
 bin/run-all-tests.sh                               |  15 +--
 infra/python/deps/py3-requirements.txt             |  11 ++
 infra/python/deps/requirements.txt                 |   9 +-
 tests/common/network.py                            |   2 +-
 tests/comparison/tests/conftest.py                 |   4 +-
 tests/comparison/tests/test_cursor.py              |   2 +-
 tests/comparison/tests/test_query_objects.py       |   2 +-
 tests/conftest.py                                  | 102 +--------------
 .../custom_cluster/test_automatic_invalidation.py  |  14 +-
 tests/custom_cluster/test_calcite_planner.py       |   7 +-
 tests/custom_cluster/test_client_ssl.py            |  10 +-
 tests/custom_cluster/test_events_custom_configs.py |  12 +-
 tests/custom_cluster/test_ipv6.py                  |   4 +-
 tests/custom_cluster/test_restart_services.py      |   9 +-
 tests/custom_cluster/test_session_expiration.py    | 143 ++++++++++-----------
 tests/pytest.ini                                   |   3 +-
 tests/query_test/test_observability.py             |   4 +-
 tests/run-custom-cluster-tests.sh                  |   3 +-
 tests/run-process-failure-tests.sh                 |  36 ------
 tests/run-tests.py                                 |  53 +++++---
 tests/shell/test_shell_commandline.py              |   2 +-
 tests/shell/test_shell_interactive.py              |  24 ++--
 tests/shell/util.py                                |   2 +-
 tests/util/auto_scaler.py                          |   7 +-
 tests/util/concurrent_workload.py                  |   8 +-
 tests/util/hdfs_util.py                            |   2 +-
 32 files changed, 264 insertions(+), 308 deletions(-)
 delete mode 100755 tests/run-process-failure-tests.sh

Reply via email to