Class TestMasterNoCluster

java.lang.Object
org.apache.hadoop.hbase.master.TestMasterNoCluster

public class TestMasterNoCluster extends Object
Standup the master and fake it to test various aspects of master function. Does NOT spin up a mini hbase nor mini dfs cluster testing master (it does put up a zk cluster but this is usually pretty fast compared). Also, should be possible to inject faults at points difficult to get at in cluster context. TODO: Speed up the zk connection by Master. It pauses 5 seconds establishing session.