[ 
https://issues.apache.org/jira/browse/HDFS-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737291#action_12737291
 ] 

Jakob Homan commented on HDFS-515:
----------------------------------

Example:
{noformat}[3866]mylaptop:tptest jhoman$ git clone 
git://git.apache.org/hadoop-hdfs.git
Initialized empty Git repository in /private/tmp/tptest/hadoop-hdfs/.git/
remote: Counting objects: 1764, done.
remote: Compressing objectsremote: :  remote: 80% done.
remote: Total 1764remote:  (delta 767), reused 0remote:  (delta 0)
Receiving objects: 100% (1764/1764), 17.48 MiB | 1667 KiB/s, done.
Resolving deltas: 100% (767/767), done.
Checking out files: 100% (673/673), done.
[3867]mylaptop:tptest jhoman$ cd hadoop-hdfs/
[3869]mylaptop:hadoop-hdfs(trunk) jhoman$ pant -Dpatch.file=../hdfs-514-3.patch 
test-patch
Buildfile: build.xml

patch.check:

check-for-findbugs:

findbugs.check:

java5.check:

forrest.check:

test-patch:
     [exec] bash: /private/tmp/tptest/hadoop-hdfs/src/test/bin/test-patch.sh: 
No such file or directory

BUILD FAILED
/private/tmp/tptest/hadoop-hdfs/build.xml:1240: exec returned: 127
{noformat}

> test-patch doesn't work on git checkouts
> ----------------------------------------
>
>                 Key: HDFS-515
>                 URL: https://issues.apache.org/jira/browse/HDFS-515
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: test
>            Reporter: Jakob Homan
>
> Currently test-patch doesn't work on the source trees checked out via git. 
> This is because svn will remotely fetch the test-patch.sh from the common 
> project, but git doesn't do this.  Not sure if it's possible to have git do 
> the same thing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to