Marton Greber has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23701 Tested-by: Kudu Jenkins Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> --- A java/kudu-backup/src/test/resources/logback-test.xml 1 file changed, 34 insertions(+), 0 deletions(-) Approvals: Kudu Jenkins: Verified Marton Greber: Looks good to me, approved Gabriella Lotz: Looks good to me, but someone else must approve -- 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: merged Gerrit-Change-Id: Ib1f3353598ed24d296043e11a966e5ac7ca60e7e Gerrit-Change-Number: 23701 Gerrit-PatchSet: 4 Gerrit-Owner: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
