httpPort = Configuration.getInstance().getIntegerProperty(HttpConfig.HTTP_INGESTION_PORT);
manageShards.add(1); manageShards.add(5); manageShards.add(6);
context = spy(new ScheduleContext(System.currentTimeMillis(), manageShards));
httpIngestionService = new HttpIngestionService();
httpIngestionService.startService(context, new AstyanaxMetricsWriter());
vendor = new HttpClientVendor();
client = vendor.getClient();
}