Hello Dan Burkert,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/5328

to review the following change.

Change subject: java tests: Also search for build bindir from cwd
......................................................................

java tests: Also search for build bindir from cwd

Previously, the logic to find the bindir depended on the location of the
TestUtils class file. In case that doesn't work, such as when the class
is installed in the Maven repository, this patch adds a fallback that
searches for the source root starting from the current working
directory.

This is useful for developers who want to build and test submodules that
depend on the kudu-client test classes without rebuilding all of
kudu-client itself, for example using `mvn install -pl <submodule>`.

Change-Id: Ie2ca92c2d1d54fd04f9300642de478a189e8d611
---
M java/kudu-client/src/test/java/org/apache/kudu/client/TestUtils.java
1 file changed, 29 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/5328/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5328
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie2ca92c2d1d54fd04f9300642de478a189e8d611
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Dan Burkert <[email protected]>

Reply via email to