mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
This patch changes the workflow of test execution:
- All FE/BE/JDBC tests are executed inspite of failure.
- End to end pytests also continue to execute until a threshold is reached. This
threshold is set to 10, but is overridable by the environment variable
MAX_PYTEST_FAILURES
It also adds extra debugging informationf for end to end tests. Failures are reported
immedietely after a test failed. The entire execution report is still displayed at the
end.
Change-Id: I3a4f446e74dbc6feb5799226e109fc1eebe48733
Reviewed-on: http://gerrit.cloudera.org:8080/326
Reviewed-by: Ishaan Joshi <ishaan@cloudera.com>
Tested-by: Internal Jenkins
3 lines
53 B
INI
3 lines
53 B
INI
[pytest]
|
|
addopts = -r xfE -v --tb=short --showlocals
|