[ https://issues.apache.org/jira/browse/HADOOP-9290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13639705#comment-13639705 ]
Hadoop QA commented on HADOOP-9290: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12580143/HADOOP-9290.2.patch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {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. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:eclipse. {color:green}+1 findbugs{color}. The patch does not introduce any new Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not increase the total number of release audit warnings. {color:green}+1 core tests{color}. The patch passed unit tests in . {color:green}+1 contrib tests{color}. The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/2467//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/2467//console This message is automatically generated. > Some tests cannot load native library > ------------------------------------- > > Key: HADOOP-9290 > URL: https://issues.apache.org/jira/browse/HADOOP-9290 > Project: Hadoop Common > Issue Type: Bug > Components: build, native > Affects Versions: 3.0.0 > Reporter: Arpit Agarwal > Assignee: Arpit Agarwal > Attachments: HADOOP-9290.2.patch, HADOOP-9290.patch > > > Some tests are unable to load the native DLL on Windows. The culprit appears > to be an incorrect PATH configuration for the native-win profile in > hadoop-project/pom.xml. > {code:xml} > <profile> > <id>native-win</id> > <activation> > <os> > <family>Windows</family> > </os> > </activation> > <build> > <plugins> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-surefire-plugin</artifactId> > <configuration> > <environmentVariables> > <!-- Specify where to look for the native DLL on Windows --> > > <PATH>${env.PATH};${basedir}\..\..\hadoop-common-project\hadoop-common\target\bin;</PATH> > </environmentVariables> > </configuration> > </plugin> > </plugins> > </build> > </profile> > {code} > This is evaluated independently by each project and the relative path is not > always correct. -- 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