}
@Override
protected StandaloneDatabase spawnJvm( File path, int machineId, String... extraArgs ) throws Exception
{
StandaloneDatabase db = StandaloneDatabase.withDefaultBroker( testName.getMethodName(),
path.getAbsoluteFile(), machineId, zooKeeperCluster,
buildHaServerConfigValue( machineId ), extraArgs );
jvmByMachineId.put( machineId + 1, db );
return db;
}