Zoltan Chovan has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23701
Change subject: [java] Fix test result xml generation ...................................................................... [java] Fix test result xml generation Recently the kudu-backup Java module, has started generating result xml files with ~1Gb in size. This has resulted in unusable logs archiving in dist-test (the __ARCHIVE_TOO_BIG__ when trying to access the test logs). Additionally this would make any sort of test result parsing in Jenkins difficult, as the memory usage would be huge. This fix adds a new configuration file, to configure the Parquet libraries log level to INFO, as the DEBUG level logging is excessivley verbose. The worst offender test (testBackupWithSplitSizeBytes) has previously generated ~300Mb of output, after this patch this went down to ~0.5Mb. Change-Id: Ib1f3353598ed24d296043e11a966e5ac7ca60e7e --- A java/kudu-backup/src/test/resources/logback-test.xml 1 file changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/23701/1 -- To view, visit http://gerrit.cloudera.org:8080/23701 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ib1f3353598ed24d296043e11a966e5ac7ca60e7e Gerrit-Change-Number: 23701 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Chovan <[email protected]>
