Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11642 )
Change subject: dist_test: collect the correct tmpdir ...................................................................... dist_test: collect the correct tmpdir Over the course of many refactors, we've come to not properly collect the test tmpdir on failed executions of run_dist_test.py. I tested this to ensure we are now getting the right tmpdir for C++ tests: http://dist-test.cloudera.org/job?job_id=awong.1539136867.37741 It seems like Java tests will wipe the tmpdir before returning control to run_dist_test.py, so just stdout and sterr are collected (as was the case before), though this includes logs from the minicluster: http://dist-test.cloudera.org/job?job_id=awong.1539137951.43284# Change-Id: I34d7a3bbca52ac8229364564833654126c371086 Reviewed-on: http://gerrit.cloudera.org:8080/11642 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M build-support/run_dist_test.py 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Kudu Jenkins: Verified Adar Dembo: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/11642 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I34d7a3bbca52ac8229364564833654126c371086 Gerrit-Change-Number: 11642 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins
