YARN-4145. Make RMHATestBase abstract so its not run when running all tests under that namespace (adhoot via rkanter)

This commit is contained in:
Robert Kanter 2015-09-11 11:42:50 -07:00
parent b84fb41bb6
commit ea4bb2749f
2 changed files with 4 additions and 1 deletions

View File

@ -427,6 +427,9 @@ Release 2.8.0 - UNRELEASED
YARN-4086. Allow Aggregated Log readers to handle HAR files (rkanter)
YARN-4145. Make RMHATestBase abstract so its not run when running all
tests under that namespace (adhoot via rkanter)
OPTIMIZATIONS
YARN-3339. TestDockerContainerExecutor should pull a single image and not

View File

@ -45,7 +45,7 @@ import org.junit.Assert;
import org.junit.Before;
public class RMHATestBase extends ClientBaseWithFixes{
public abstract class RMHATestBase extends ClientBaseWithFixes{
private static final int ZK_TIMEOUT_MS = 5000;
private static StateChangeRequestInfo requestInfo =