* Example: {@code -DvtoccServerSpec=localhost:1610}
*/
@Test
@Ignore
public void testWithParentServer() throws Exception {
Factory channelFactory = Guice.createInjector().getInstance(Factory.class);
VtoccBsonBlockingRpcChannel channel =
channelFactory.create(System.getProperty("vtoccServerSpec"));
Message response = channel.callBlockingMethod("GetSessionId",
SessionParams.newBuilder().setKeyspace("test_keyspace").setShard("0").build());
assertNotNull(response);