You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2009/12/22 18:16:29 UTC

[jira] Created: (MAPREDUCE-1326) fi tests don't use fi-site.xml

fi tests don't use fi-site.xml 
-------------------------------

                 Key: MAPREDUCE-1326
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
             Project: Hadoop Map/Reduce
          Issue Type: Sub-task
          Components: test
    Affects Versions: 0.22.0
            Reporter: Konstantin Boudnik


When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Commented: (MAPREDUCE-1326) fi tests don't use fi-site.xml

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793842#action_12793842 ] 

Hadoop QA commented on MAPREDUCE-1326:
--------------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12428742/MAPREDUCE-1326.patch
  against trunk revision 893055.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    -1 contrib tests.  The patch failed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/237/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/237/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/237/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Mapreduce-Patch-h3.grid.sp2.yahoo.net/237/console

This message is automatically generated.

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Commented: (MAPREDUCE-1326) fi tests don't use fi-site.xml

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796723#action_12796723 ] 

Hudson commented on MAPREDUCE-1326:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #196 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk/196/])
    

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Commented: (MAPREDUCE-1326) fi tests don't use fi-site.xml

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793852#action_12793852 ] 

Konstantin Boudnik commented on MAPREDUCE-1326:
-----------------------------------------------

There's no test in the patch because this is build modification.
Test failures are unrelated and are known for 42 days now.

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Updated: (MAPREDUCE-1326) fi tests don't use fi-site.xml

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

Konstantin Boudnik updated MAPREDUCE-1326:
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.22.0
           Status: Resolved  (was: Patch Available)

I've just committed this.

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Updated: (MAPREDUCE-1326) fi tests don't use fi-site.xml

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

Konstantin Boudnik updated MAPREDUCE-1326:
------------------------------------------

    Status: Patch Available  (was: Open)

To verify.

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Updated: (MAPREDUCE-1326) fi tests don't use fi-site.xml

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-1326:
----------------------------------------------

     Component/s:     (was: test)
                  build
        Assignee: Konstantin Boudnik
    Hadoop Flags: [Reviewed]

+1 patch looks good.

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: build
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>            Assignee: Konstantin Boudnik
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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


[jira] Updated: (MAPREDUCE-1326) fi tests don't use fi-site.xml

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

Konstantin Boudnik updated MAPREDUCE-1326:
------------------------------------------

    Attachment: MAPREDUCE-1326.patch

That should fix it.

> fi tests don't use fi-site.xml 
> -------------------------------
>
>                 Key: MAPREDUCE-1326
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1326
>             Project: Hadoop Map/Reduce
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Konstantin Boudnik
>         Attachments: MAPREDUCE-1326.patch
>
>
> When fault injection framework was ported to the Mapreduce fi-site.xml is missed from the testing process. E.g. when the tests run they won't use FI configuration.

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