Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-16641

QA tests for hbase-client skip the second part.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None
    • None

    Description

      See https://builds.apache.org/job/PreCommit-HBASE-Build/3547/artifact/patchprocess/patch-unit-hbase-client.txt

      [INFO] --- maven-surefire-plugin:2.18.1:test (secondPartTestsExecution) @ hbase-client ---
      [INFO] Tests are skipped.
      

      The first part passed fine, but second parts is skipped.

      Notice hbase-client/pom.xml

       <executions>
                <execution>
                  <id>secondPartTestsExecution</id>
                  <phase>test</phase>
                  <goals>
                    <goal>test</goal>
                  </goals>
                  <configuration>
                    <skip>true</skip>
                  </configuration>
                </execution>
              </executions>
      

      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?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              chenheng Heng Chen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: