[ https://issues.apache.org/jira/browse/HBASE-18034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated HBASE-18034: --------------------------- Description: Looking at recent QA run: https://builds.apache.org/job/PreCommit-HBASE-Build/6757/artifact/patchprocess/patch-unit-hbase-server.txt Only two backup tests were run: {code} Running org.apache.hadoop.hbase.backup.TestBackupHFileCleaner Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 sec - in org.apache.hadoop.hbase.backup.TestBackupHFileCleaner Running org.apache.hadoop.hbase.backup.TestBackupCommandLineTool Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 sec - in org.apache.hadoop.hbase.backup.TestBackupCommandLineTool {code} However, the following command returned 25: {code} find hbase-server/src/test/ -name '*.java' -exec grep 'package org.apache.hadoop.hbase.backup' {} \; | wc {code} was: Looking at recent QA run: https://builds.apache.org/job/PreCommit-HBASE-Build/6757/artifact/patchprocess/patch-unit-hbase-server.txt Only two backup tests were run. However, the following command returned 25: {code} find hbase-server/src/test/ -name '*.java' -exec grep 'package org.apache.hadoop.hbase.backup' {} \; | wc {code} > Only two Backup tests are run by QA > ----------------------------------- > > Key: HBASE-18034 > URL: https://issues.apache.org/jira/browse/HBASE-18034 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > > Looking at recent QA run: > https://builds.apache.org/job/PreCommit-HBASE-Build/6757/artifact/patchprocess/patch-unit-hbase-server.txt > Only two backup tests were run: > {code} > Running org.apache.hadoop.hbase.backup.TestBackupHFileCleaner > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 sec - > in org.apache.hadoop.hbase.backup.TestBackupHFileCleaner > Running org.apache.hadoop.hbase.backup.TestBackupCommandLineTool > Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.533 sec - > in org.apache.hadoop.hbase.backup.TestBackupCommandLineTool > {code} > However, the following command returned 25: > {code} > find hbase-server/src/test/ -name '*.java' -exec grep 'package > org.apache.hadoop.hbase.backup' {} \; | wc > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)