You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2009/05/11 08:49:45 UTC

[jira] Created: (HADOOP-5800) Capacity scheduler test case is failing due to incorrect cleanup of svn workspace

Capacity scheduler test case is failing due to incorrect cleanup of svn workspace
---------------------------------------------------------------------------------

                 Key: HADOOP-5800
                 URL: https://issues.apache.org/jira/browse/HADOOP-5800
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
    Affects Versions: 0.20.0
            Reporter: Hemanth Yamijala
            Assignee: Giridharan Kesavan


TestCapacitySchedulerConf.testDefaults is failing because of the commit of HADOOP-5726. This is because the patch changed capacity-scheduler.xml.template and that necessitates a copy to the capacity-scheduler.xml, which is not tracked under version control. Since the build process does not remove files not tracked by SVN, the file is not removed, and the move not done. Hence hudson builds are reporting a failure.

A discussion of this is in HADOOP-5721 (where the test failure was noticed).

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


[jira] Commented: (HADOOP-5800) Capacity scheduler test case is failing due to incorrect cleanup of svn workspace

Posted by "Giridharan Kesavan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708329#action_12708329 ] 

Giridharan Kesavan commented on HADOOP-5800:
--------------------------------------------

I just committed this!
Thanks Nigel


> Capacity scheduler test case is failing due to incorrect cleanup of svn workspace
> ---------------------------------------------------------------------------------
>
>                 Key: HADOOP-5800
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5800
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>            Reporter: Hemanth Yamijala
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-5800.patch
>
>
> TestCapacitySchedulerConf.testDefaults is failing because of the commit of HADOOP-5726. This is because the patch changed capacity-scheduler.xml.template and that necessitates a copy to the capacity-scheduler.xml, which is not tracked under version control. Since the build process does not remove files not tracked by SVN, the file is not removed, and the move not done. Hence hudson builds are reporting a failure.
> A discussion of this is in HADOOP-5721 (where the test failure was noticed).

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


[jira] Commented: (HADOOP-5800) Capacity scheduler test case is failing due to incorrect cleanup of svn workspace

Posted by "Giridharan Kesavan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708327#action_12708327 ] 

Giridharan Kesavan commented on HADOOP-5800:
--------------------------------------------

this removes all the files that are svn ignored.
+1

> Capacity scheduler test case is failing due to incorrect cleanup of svn workspace
> ---------------------------------------------------------------------------------
>
>                 Key: HADOOP-5800
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5800
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>            Reporter: Hemanth Yamijala
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-5800.patch
>
>
> TestCapacitySchedulerConf.testDefaults is failing because of the commit of HADOOP-5726. This is because the patch changed capacity-scheduler.xml.template and that necessitates a copy to the capacity-scheduler.xml, which is not tracked under version control. Since the build process does not remove files not tracked by SVN, the file is not removed, and the move not done. Hence hudson builds are reporting a failure.
> A discussion of this is in HADOOP-5721 (where the test failure was noticed).

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


[jira] Updated: (HADOOP-5800) Capacity scheduler test case is failing due to incorrect cleanup of svn workspace

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley updated HADOOP-5800:
--------------------------------

    Attachment: HADOOP-5800.patch

Here's a simple fix (hasn't been validated)

> Capacity scheduler test case is failing due to incorrect cleanup of svn workspace
> ---------------------------------------------------------------------------------
>
>                 Key: HADOOP-5800
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5800
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>            Reporter: Hemanth Yamijala
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-5800.patch
>
>
> TestCapacitySchedulerConf.testDefaults is failing because of the commit of HADOOP-5726. This is because the patch changed capacity-scheduler.xml.template and that necessitates a copy to the capacity-scheduler.xml, which is not tracked under version control. Since the build process does not remove files not tracked by SVN, the file is not removed, and the move not done. Hence hudson builds are reporting a failure.
> A discussion of this is in HADOOP-5721 (where the test failure was noticed).

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


[jira] Commented: (HADOOP-5800) Capacity scheduler test case is failing due to incorrect cleanup of svn workspace

Posted by "Giridharan Kesavan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708328#action_12708328 ] 

Giridharan Kesavan commented on HADOOP-5800:
--------------------------------------------

this cannot be tested using the hudson patch test process; this is a patch to the test-patch.sh script itself

> Capacity scheduler test case is failing due to incorrect cleanup of svn workspace
> ---------------------------------------------------------------------------------
>
>                 Key: HADOOP-5800
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5800
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>            Reporter: Hemanth Yamijala
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-5800.patch
>
>
> TestCapacitySchedulerConf.testDefaults is failing because of the commit of HADOOP-5726. This is because the patch changed capacity-scheduler.xml.template and that necessitates a copy to the capacity-scheduler.xml, which is not tracked under version control. Since the build process does not remove files not tracked by SVN, the file is not removed, and the move not done. Hence hudson builds are reporting a failure.
> A discussion of this is in HADOOP-5721 (where the test failure was noticed).

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


[jira] Resolved: (HADOOP-5800) Capacity scheduler test case is failing due to incorrect cleanup of svn workspace

Posted by "Giridharan Kesavan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-5800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Giridharan Kesavan resolved HADOOP-5800.
----------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

> Capacity scheduler test case is failing due to incorrect cleanup of svn workspace
> ---------------------------------------------------------------------------------
>
>                 Key: HADOOP-5800
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5800
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.0
>            Reporter: Hemanth Yamijala
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-5800.patch
>
>
> TestCapacitySchedulerConf.testDefaults is failing because of the commit of HADOOP-5726. This is because the patch changed capacity-scheduler.xml.template and that necessitates a copy to the capacity-scheduler.xml, which is not tracked under version control. Since the build process does not remove files not tracked by SVN, the file is not removed, and the move not done. Hence hudson builds are reporting a failure.
> A discussion of this is in HADOOP-5721 (where the test failure was noticed).

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