Joe McDonnell created IMPALA-9276:
-------------------------------------
Summary: Lock down run-all-tests.sh to only run required services
for each test phase
Key: IMPALA-9276
URL: https://issues.apache.org/jira/browse/IMPALA-9276
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 3.4.0
Reporter: Joe McDonnell
We should clarify our policies for what tests can depend on and lock down our
run-all-tests.sh to prevent GVO from passing for changes that violate the
policy. One way to do that is to only run the required services for each type
of test. For example:
# BE_TEST: Do not run any cluster components (no impalad/catalogd/statestored
or any minicluster components). Verify at end that nothing is running.
# FE_TEST: Split out JdbcTest and only run catalogd/statestored. Verify at the
end that Impalad is not running.
# JDBC_TEST: Verify that Impalads are not restarted
# EE_TEST: Verify that Impalads are not restarted
If there are other constraints to impose, this would be a useful time to do it.
(And all of this should be clear in our Wiki pages.)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)