mirror of
https://github.com/apache/impala.git
synced 2026-01-16 00:00:42 -05:00
Moves the test_catalog_hms_failures.py and test_process_failures.py from the experimental tests to custom cluster tests. catalog_service/test_hms_failure.py is combined with custom_cluster/test_catalog_hms_failure.py as well in order to unify all tests for HMS failures. Several modifications to the tests were necessary to get them working again, but for the most part, the logic of the tests remained the same. A few additional fault tolerance tests (e.g. TestHiveMetaStoreFailure::test_hms_client_retries) were added as well. The overall goal is to increase the process failure test coverage for all components: impalads, statestore, catalogd, HMS, etc. test_restart_catalogd in test_process_failures.py fails due to IMPALA-9848, so it is skipped for now. Testing: * Ran new tests locally Change-Id: I9dbb98017fb6c40cea349e7c63a35c325cbbc288 Reviewed-on: http://gerrit.cloudera.org:8080/16157 Reviewed-by: Sahil Takiar <stakiar@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
The tests/experiments directory should be used to put test files that are not meant to be run on a regular basis as part of buildall.sh or run-tests.py.