HBASE-25546 PerfTestCompactionPolicies is failing because of NPE (addendum2); add class comment

This commit is contained in:
stack 2021-02-04 11:27:06 -08:00
parent 1e8ff16eae
commit 3a690931f5
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
/**
* This is not a unit test. It is not run as part of the general unit test suite. It is for
* comparing compaction policies. You must run it explicitly;
* e.g. mvn test -Dtest=PerfTestCompactionPolicies
*/
@Category({RegionServerTests.class, MediumTests.class})
@RunWith(Parameterized.class)
public class PerfTestCompactionPolicies extends MockStoreFileGenerator {