protected int shardCount = 13;
@Test
public void testCsvBlurDriverTestFail1() throws Exception {
Configuration configuration = new Configuration();
ControllerPool controllerPool = new CsvBlurDriver.ControllerPool() {
@Override
public Iface getClient(String controllerConnectionStr) {
return null;
}
};