final String clusterName = className + "_startInsB4Add";
_mgmtTool.addCluster(clusterName, true);
try
{
new DummyProcess(null, clusterName, instanceName, "dynamic-file", null, 0, _store).start();
Assert.fail("Should fail since instance is not configured");
} catch (HelixException e)
{
// OK
} catch (Exception e)