[ 
https://issues.apache.org/jira/browse/HADOOP-6250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753522#action_12753522
 ] 

rahul k singh commented on HADOOP-6250:
---------------------------------------

test-patch.sh does the following in checkout() method.
"
   $SVN revert -R .
    rm -rf `$SVN status --no-ignore`
    $SVN update
"

This makes sure that any .xml files in conf directory is deleted and updated 
from .template .

test-patch.sh first runs the tests on trunk . This results in generation of 
these xml files again in conf directory , hence when patch is applied the new 
template file changes 
are not copied to existing xml file , this results in test case failures .


> test-patch.sh doesn't clean up conf/*.xml files after the trunk run.
> --------------------------------------------------------------------
>
>                 Key: HADOOP-6250
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6250
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: rahul k singh
>
> test-patch.sh doesn't clean up conf/*.xml files after trunk run. This is a 
> problem as after applying patch , the *.xml files are not updated by the 
> template files.

-- 
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