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 "Tom White (JIRA)" <ji...@apache.org> on 2012/05/03 19:18:48 UTC

[jira] [Created] (HADOOP-8354) test-patch findbugs may fail if a dependent module is changed

Tom White created HADOOP-8354:
---------------------------------

             Summary: test-patch findbugs may fail if a dependent module is changed
                 Key: HADOOP-8354
                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Tom White


This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 

https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867

We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Hadoop QA commented on HADOOP-8354:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12526041/HADOOP-8354.txt
  against trunk revision .

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

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

    +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 eclipse:eclipse.  The patch built with eclipse:eclipse.

    +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 unit tests in .

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

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

This message is automatically generated.
                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Hudson commented on HADOOP-8354:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #2228 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/2228/])
    HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans. (Revision 1336213)

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

                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Robert Joseph Evans updated HADOOP-8354:
----------------------------------------

    Attachment: HADOOP-8354.txt
    
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Hudson commented on HADOOP-8354:
--------------------------------

Integrated in Hadoop-Hdfs-trunk #1040 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1040/])
    HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans. (Revision 1336213)

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

                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Tom White commented on HADOOP-8354:
-----------------------------------

+1 Thanks for fixing this Robert. 
                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Robert Joseph Evans updated HADOOP-8354:
----------------------------------------

    Status: Patch Available  (was: Open)
    
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Hudson commented on HADOOP-8354:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #2211 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/2211/])
    HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans. (Revision 1336213)

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

                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Hudson commented on HADOOP-8354:
--------------------------------

Integrated in Hadoop-Mapreduce-trunk #1075 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1075/])
    HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans. (Revision 1336213)

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

                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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] [Assigned] (HADOOP-8354) test-patch findbugs may fail if a dependent module is changed

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

Robert Joseph Evans reassigned HADOOP-8354:
-------------------------------------------

    Assignee: Robert Joseph Evans
    
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

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

I just verified that this fixed both the fidbugs and the junit issues.  I will be uploading a patch shortly.
                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Robert Joseph Evans updated HADOOP-8354:
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)
    
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

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

@Tom,
I am happy to help out how I can.  Plus it's not like my contribution to this was all that hard.  Copy and paste from the JIRA and verify that it did fix my issue. 
                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

Hudson commented on HADOOP-8354:
--------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #2286 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/2286/])
    HADOOP-8354. test-patch findbugs may fail if a dependent module is changed Contributed by Tom White and Robert Evans. (Revision 1336213)

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

                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>            Assignee: Robert Joseph Evans
>             Fix For: 3.0.0
>
>         Attachments: HADOOP-8354.txt
>
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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-8354) test-patch findbugs may fail if a dependent module is changed

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

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

I just saw a very strange issue while running some of the tests.

https://issues.apache.org/jira/browse/MAPREDUCE-4233?focusedCommentId=13270757&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13270757

I am putting it here because I think it is for the same reason.  The Jars were not installed first so the tests were run against an older version of the code, not the patched version.
                
> test-patch findbugs may fail if a dependent module is changed
> -------------------------------------------------------------
>
>                 Key: HADOOP-8354
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8354
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Tom White
>
> This can happen when code in a dependent module is changed, but the change isn't picked up. E.g. 
> https://issues.apache.org/jira/browse/MAPREDUCE-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266867#comment-13266867
> We can fix this by running 'mvn install -DskipTests -Dmaven.javadoc.skip=true' first.

--
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