Files
impala/tests/pytest.ini
ishaan 9b6c54eac2 Test execution should continue even if a test fails.
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
2015-05-01 03:32:35 +00:00

3 lines
53 B
INI

[pytest]
addopts = -r xfE -v --tb=short --showlocals