protected static void startServer(String url, ReadOnlyProps props) throws Exception {
// Pass config through initDriver for testing purposes
// Don't create Config or surface getConfig or getProps in QueryServices
// Create Config in ConnectionQueryServices, but don't surface it
// Add getAdmin in ConnectionQueryServices
PhoenixTestDriver driver = initDriver(new QueryServicesTestImpl(props));
assertTrue(DriverManager.getDriver(url) == driver);
driver.connect(url, TEST_PROPERTIES);
}