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 "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/04/08 18:44:05 UTC

[jira] [Created] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

Make TestFairSchedulerSystem fail with more verbose output
----------------------------------------------------------

                 Key: MAPREDUCE-2426
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
             Project: Hadoop Map/Reduce
          Issue Type: Test
          Components: contrib/fair-share
    Affects Versions: 0.23.0
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon
            Priority: Trivial


The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/

with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Hadoop QA commented on MAPREDUCE-2426:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12475823/mapreduce-2426.txt
  against trunk revision 1090104.

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

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +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 (version 1.3.9) 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 passed contrib unit tests.

    +1 system test framework.  The patch passed system test framework compile.

Test results: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/159//testReport/
Findbugs warnings: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/159//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: https://hudson.apache.org/hudson/job/PreCommit-MAPREDUCE-Build/159//console

This message is automatically generated.

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2426.txt, mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Todd Lipcon updated MAPREDUCE-2426:
-----------------------------------

    Status: Patch Available  (was: Open)

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Todd Lipcon updated MAPREDUCE-2426:
-----------------------------------

    Attachment: mapreduce-2426.txt

Fixed typo. Will commit based on your +1.

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: mapreduce-2426.txt, mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Hudson commented on MAPREDUCE-2426:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #646 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/646/])
    

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2426.txt, mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Tom White commented on MAPREDUCE-2426:
--------------------------------------

Typo!

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Hudson commented on MAPREDUCE-2426:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #640 (See [https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/640/])
    MAPREDUCE-2426. Make TestFairSchedulerSystem fail with more verbose output. Contributed by Todd Lipcon.


> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2426.txt, mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Tom White commented on MAPREDUCE-2426:
--------------------------------------

There's a type in the message ("schedulser"), but otherwise +1.

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Todd Lipcon updated MAPREDUCE-2426:
-----------------------------------

    Attachment: mapreduce-2426.txt

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>         Attachments: mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (MAPREDUCE-2426) Make TestFairSchedulerSystem fail with more verbose output

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

Todd Lipcon updated MAPREDUCE-2426:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.23.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

> Make TestFairSchedulerSystem fail with more verbose output
> ----------------------------------------------------------
>
>                 Key: MAPREDUCE-2426
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2426
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>          Components: contrib/fair-share
>    Affects Versions: 0.23.0
>            Reporter: Todd Lipcon
>            Assignee: Todd Lipcon
>            Priority: Trivial
>             Fix For: 0.23.0
>
>         Attachments: mapreduce-2426.txt, mapreduce-2426.txt
>
>
> The TestFairSchedulerSystem test failed here: https://hudson.apache.org/hudson/job/Hadoop-Mapreduce-trunk/644/testReport/junit/org.apache.hadoop.mapred/TestFairSchedulerSystem/testFairSchedulerSystem/
> with a failed assertion {{assertTrue(contents.contains("</svg>"));}}. We should make the assertion failure include the value of {{contents}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira