Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22150
Change subject: [build-support-test] remove TEST_TMPDIR with its content ...................................................................... [build-support-test] remove TEST_TMPDIR with its content In case of concurrent build/test tasks, it makes sense to create per-task TEST_TMPDIR directory because of the logic in the jenkins/build-and-test.sh script that introspects its content. When doing so, it make sense to remove the directory along with its content, not just the content under the directory. Otherwise, an empty TEST_TMPDIR directory would be left behind. It's not an issue when TEST_TMPDIR is the same for every build/task, but with custom, per-build TEST_TMPDIR, there would be too many empty directories left behind. With this patch, the script is amended to address that: as a part of clean-up, it now removes the TEST_TMPDIR directory along with its content, not just the content of the directory. Change-Id: I1d79f9482575fecba2e81c2d5fe85cbe25afd6b5 --- M build-support/jenkins/build-and-test.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/22150/1 -- To view, visit http://gerrit.cloudera.org:8080/22150 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1d79f9482575fecba2e81c2d5fe85cbe25afd6b5 Gerrit-Change-Number: 22150 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
