mirror of
https://github.com/apache/impala.git
synced 2026-01-01 18:00:30 -05:00
Test suites that derive from common.CustomClusterTestSuite have a brand new cluster for every tests case, which they can configure as they wish with custom arguments using the @with_args() decorator. A future improvement is to optionally only have one cluster per test suite, to allow multiple tests to run more quickly if they share configuration options. Change-Id: I6abd5740e644996d7ca2800edf4ff11b839d1bc4 Reviewed-on: http://gerrit.ent.cloudera.com:8080/882 Reviewed-by: Henry Robinson <henry@cloudera.com> Tested-by: jenkins
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.