You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@cloudera.org> on 2016/03/07 20:16:19 UTC

[kudu-CR] dist-test: allow collecting the tmp dir of failed tests

Mike Percy has posted comments on this change.

Change subject: dist-test:  allow collecting the tmp dir of failed tests
......................................................................


Patch Set 1: Code-Review+1

(1 comment)

http://gerrit.cloudera.org:8080/#/c/2336/1/build-support/dist_test.py
File build-support/dist_test.py:

Line 42: ARTIFACT_ARCHIVE_GLOBS = ["build/*/test-logs/**/*"]
> If you use "**", do you still need the trailing "/*"? What does it mean?
It should mean that it will only capture the names of things in the leaf directory


-- 
To view, visit http://gerrit.cloudera.org:8080/2336
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I57d42d93e2459bafebe433ade3a9aa7a45eaeabe
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <mp...@apache.org>
Gerrit-HasComments: Yes