Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24036
Change subject: IMPALA-14785: Reduce size of JUnitXML by skipping logs for passing tests ...................................................................... IMPALA-14785: Reduce size of JUnitXML by skipping logs for passing tests Currently, the JUnitXML contains the logs even for passing tests. The pytest "junit_log_passing_tests = False" option can turn that off so that JUnitXML only includes logs for skipped/xfailed/failed tests. This sets that option to reduce the size of the JUnitXML. Testing: - Ran some end to end tests locally and verified that the passing tests didn't have logs and failed/etc tests had logs Change-Id: I225a3cab98f37cd87f23492c825ac2ebad53825c --- M tests/pytest.ini 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/36/24036/1 -- To view, visit http://gerrit.cloudera.org:8080/24036 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I225a3cab98f37cd87f23492c825ac2ebad53825c Gerrit-Change-Number: 24036 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
