You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Harsh J (JIRA)" <ji...@apache.org> on 2012/09/25 14:22:08 UTC

[jira] [Created] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

Harsh J created HADOOP-8839:
-------------------------------

             Summary: test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
                 Key: HADOOP-8839
                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Harsh J
            Priority: Trivial


As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Hudson commented on HADOOP-8839:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1212 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1212/])
    HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh) (Revision 1391884)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391884
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Hadoop QA commented on HADOOP-8839:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12546528/HADOOP-8839.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

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

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  The javadoc tool did not generate any warning messages.

    +1 eclipse:eclipse.  The patch built with eclipse:eclipse.

    {color:green}+1 findbugs{color}.  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 unit tests in .

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

Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/1517//testReport/
Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/1517//console

This message is automatically generated.
                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Harsh J updated HADOOP-8839:
----------------------------

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

Thanks Aaron, committed to trunk.
                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Hudson commented on HADOOP-8839:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2854 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2854/])
    HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh) (Revision 1391884)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391884
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Hudson commented on HADOOP-8839:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2791 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2791/])
    HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh) (Revision 1391884)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391884
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Hudson commented on HADOOP-8839:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1181 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1181/])
    HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh) (Revision 1391884)

     Result = SUCCESS
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391884
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Harsh J updated HADOOP-8839:
----------------------------

    Attachment: HADOOP-8839.patch
    
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Hudson commented on HADOOP-8839:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2813 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2813/])
    HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh) (Revision 1391884)

     Result = FAILURE
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1391884
Files : 
* /hadoop/common/trunk/dev-support/test-patch.sh
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt

                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Harsh J reassigned HADOOP-8839:
-------------------------------

    Assignee: Harsh J
    
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

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

Harsh J updated HADOOP-8839:
----------------------------

    Status: Patch Available  (was: Open)
    
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HADOOP-8839) test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result

Posted by "Aaron T. Myers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466050#comment-13466050 ] 

Aaron T. Myers commented on HADOOP-8839:
----------------------------------------

+1, the patch looks good to me.
                
> test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result
> --------------------------------------------------------------------------------
>
>                 Key: HADOOP-8839
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8839
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Trivial
>         Attachments: HADOOP-8839.patch
>
>
> As observed on HADOOP-8838.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira