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 "Jonathan Eagles (Created) (JIRA)" <ji...@apache.org> on 2011/10/20 00:15:11 UTC

[jira] [Created] (HADOOP-7757) Test file reference count is 3x actual value

Test file reference count is 3x actual value
--------------------------------------------

                 Key: HADOOP-7757
                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 0.23.0, 0.24.0
            Reporter: Jonathan Eagles
            Assignee: Jonathan Eagles


patch file format example

diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
index 26747cd..4ab14ad 100644
--- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
+++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java


method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 

grep -c -i '/test'


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Jonathan Eagles commented on HADOOP-7757:
-----------------------------------------

Manual tests performed.

new grep commands works on both linux and mac with both patches generated from git and subversion.

With the new test-patch ran local test-patch.sh on both patch with and without tests to verify +1 and -1 messages. 
                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Hudson commented on HADOOP-7757:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2014 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2014/])
    HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby) (Revision 1309864)

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

                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Robert Joseph Evans commented on HADOOP-7757:
---------------------------------------------

The patch looks good +1.
                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Hudson commented on HADOOP-7757:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1006 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1006/])
    HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby) (Revision 1309864)

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

                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is 3x actual value

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

Hadoop QA commented on HADOOP-7757:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12499772/HADOOP-7757.patch
  against trunk revision .

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

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

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/305//console

This message is automatically generated.
                
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles updated HADOOP-7757:
------------------------------------

    Status: Open  (was: Patch Available)
    
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles updated HADOOP-7757:
------------------------------------

    Attachment: HADOOP-7757.patch
    
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Hudson commented on HADOOP-7757:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2077 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2077/])
    HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby) (Revision 1309864)

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

                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Jonathan Eagles updated HADOOP-7757:
------------------------------------

    Summary: Test file reference count is at least 3x actual value  (was: Test file reference count is 3x actual value)
    
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles updated HADOOP-7757:
------------------------------------

    Attachment: HADOOP-7757.patch
    
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Robert Joseph Evans updated HADOOP-7757:
----------------------------------------

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

I checked this into trunk.
                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles commented on HADOOP-7757:
-----------------------------------------

Updated the +1 message to better reflect what is actually being measured.
                
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Hadoop QA commented on HADOOP-7757:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12499774/HADOOP-7757.patch
  against trunk revision .

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

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

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/306//console

This message is automatically generated.
                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Hudson commented on HADOOP-7757:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2002 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2002/])
    HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby) (Revision 1309864)

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

                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is at least 3x actual value

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

Hudson commented on HADOOP-7757:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1041 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1041/])
    HADOOP-7757. Test file reference count is at least 3x actual value (Jon Eagles via bobby) (Revision 1309864)

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

                
> Test file reference count is at least 3x actual value
> -----------------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles commented on HADOOP-7757:
-----------------------------------------

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

A testament to why this patch is needed. 
                
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles updated HADOOP-7757:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch, HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7757) Test file reference count is 3x actual value

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

Jonathan Eagles updated HADOOP-7757:
------------------------------------

    Status: Patch Available  (was: Open)
    
> Test file reference count is 3x actual value
> --------------------------------------------
>
>                 Key: HADOOP-7757
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7757
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.23.0, 0.24.0
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: HADOOP-7757.patch
>
>
> patch file format example
> diff --git hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> index 26747cd..4ab14ad 100644
> --- hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> +++ hadoop-mapreduce-project/src/test/mapred/org/apache/hadoop/test/MapredTestDriver.java
> method to count test file references will count 3 test files referenced instead of the more accurate 1 test file referenced 
> grep -c -i '/test'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira