Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Product Backlog
-
None
Description
In addition to moving shared code to a testlib/ directory per IMPALA-4417, some consideration should be given regarding what to do with such things as:
- run_tests.py
- run-custom-cluster-tests.sh
- run-process-failure-tests.sh
- experiments/
- results/
tests/ should really only contain the end-to-end tests that are required to pass – not test tools, test artifacts (e.g., results), or experimental tests that are known to be flaky (e.g. experiments.)
Attachments
Issue Links
- relates to
-
IMPALA-4417 The tests/ directory should contain only tests. Common and utility code should go into a testlib/ directory
- Open