(cherry picked from commit ea4bb2749f966a5eaf712d1dbb2c845df0f5ca67)
@@ -375,6 +375,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
@@ -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 =