You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Heng Chen (JIRA)" <ji...@apache.org> on 2016/10/13 05:28:20 UTC

[jira] [Resolved] (HBASE-16641) QA tests for hbase-client skip the second part.

     [ https://issues.apache.org/jira/browse/HBASE-16641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Heng Chen resolved HBASE-16641.
-------------------------------
    Resolution: Duplicate

> QA tests for hbase-client skip the second part.
> -----------------------------------------------
>
>                 Key: HBASE-16641
>                 URL: https://issues.apache.org/jira/browse/HBASE-16641
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Heng Chen
>
> See https://builds.apache.org/job/PreCommit-HBASE-Build/3547/artifact/patchprocess/patch-unit-hbase-client.txt
> {code}
> [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-client ---
> [INFO] Tests are skipped.
> {code}
> The first part passed fine,  but second parts is skipped. 
> Notice hbase-client/pom.xml 
> {code}
>  <executions>
>           <execution>
>             <id>secondPartTestsExecution</id>
>             <phase>test</phase>
>             <goals>
>               <goal>test</goal>
>             </goals>
>             <configuration>
>               <skip>true</skip>
>             </configuration>
>           </execution>
>         </executions>
> {code}
> If i change the 'skip' to be false,  the second part could be triggered.  But this configuration existed for a long time,  is the cmd line on build box updated recently? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)