Andrew Wong has uploaded this change for review. ( 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 --- M build-support/run_dist_test.py 1 file changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/11642/1 -- 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: newchange Gerrit-Change-Id: I34d7a3bbca52ac8229364564833654126c371086 Gerrit-Change-Number: 11642 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
