Michael Smith has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22006
Change subject: CustomClusterTestSuite for whole class ...................................................................... CustomClusterTestSuite for whole class Allow using CustomClusterTestSuite with a single cluster for the whole class. This speeds up tests by letting us group together multiple test cases on the same cluster configuration and only starting the cluster once. Updates tuple cache tests as an example of how this can be used. Running TPC-H and TPC-DS suites with tuple caching enabled now happens as a custom cluster test with a single cluster restart for each suite. Change-Id: I7a08694edcf8cc340d89a0fb33beb8229163b356 --- M tests/common/custom_cluster_test_suite.py M tests/common/skip.py M tests/custom_cluster/test_tuple_cache.py A tests/custom_cluster/test_tuple_cache_tpc_queries.py D tests/query_test/test_tuple_cache_tpc_queries.py 5 files changed, 332 insertions(+), 328 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/22006/1 -- To view, visit http://gerrit.cloudera.org:8080/22006 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7a08694edcf8cc340d89a0fb33beb8229163b356 Gerrit-Change-Number: 22006 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Smith <[email protected]>
